1<?xml version="1.0"?> 2<?xml-stylesheet href="a.xsl" type="text/xsl"?> 3<!DOCTYPE catalog SYSTEM "b.dtd"> 4<book> 5 <chapter description="random description" product_image="c.jpg"> 6 <page title="D's"> 7 <num>ABC123</num> 8 <count>11.11</count> 9 <length description="EF"> 10 <color image="g.gif">ggghhh</color> 11 </length> 12 <length description="Iiiii"> 13 <color image="i.iii">iiII</color> 14 </length> 15 </page> 16 <page title="JJJ"> 17 <name>kkkk</name> 18 <count>22.22</count> 19 <length description="LLLL"> 20 <color image="mmm.nnn">ABCDEF</color> 21 </length> 22 </page> 23 </chapter> 24</book>