Scusate la domanda ragazzi ma non ho capito una cosa....
Sto studiando su un libro dato all'uni e mi viene presentato questo codice:
<?xml version = "1.0"?>
<?xml:stylesheet type="text/xsl" href = "usage.xsl"?>
<book isbn = "999-99999-9-x">
<title>Deitel's XML Primer</title>
<author>
<firstName>Paul</firstName>
<lastName>Deitel</lastName>
</author>
<chapters>
<preface num = "1" pages = "2">Welcome></preface>
<chapter num = "1" pages = "4">Easy XML</chapter>
<chapter num = "2" pages = "2">XML Elements?</chapter>
<appendix num = "1" pages = "9">Entities</appendix>
</chapters>
<media type = "CD"/>
</book>
ma IE mi ritorna un'errore!Quello che vorrei capire questi file *.xsl dove li trovo?
e poi ogni file *.xsl ha i suoi elementi come chapter,preface,asspendix ecc...?
Scusate ma ho questi dubbi iniziali che non riesco a togliermi :master: