<?xml version="1.0"?> <!DOCTYPE book SYSTEM "test.dtd"> <?xml-stylesheet type="text/xsl" href="test4.xsl"?> <book> <chapter> <heading style="bold">Eerste hoofdstuk</heading> <p> De inhoud van hoofdstuk 1 </p> <section> <heading>Heading van de sectie</heading> <p> Nog meer inhoud, binnen de section </p> </section> </chapter> <chapter> <heading style="italic">Tweede hoofdstuk</heading> <p> De inhoud van hoofdstuk 2 </p> <section> <heading>Nog een sectie heading</heading> <p> Nog meer inhoud in het tweede hoofdstuk, binnen de section </p> </section> </chapter> </book>