home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / samples / debugger / Templates / sample1.xml next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  426 b   |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--    Sample from Zvon XSLT tutorial (www.zvon.org)   -->
  3. <source>
  4.     <AAA id="a1" pos="start">
  5.         <BBB id="b1"/>
  6.         <BBB id="b2"/>
  7.     </AAA>
  8.     <AAA id="a2">
  9.         <BBB id="b3"/>
  10.         <BBB id="b4"/>
  11.         <CCC id="c1">
  12.             <CCC id="c2"/>
  13.         </CCC>
  14.         <BBB id="b5">
  15.             <CCC id="c3"/>
  16.         </BBB>
  17.     </AAA>
  18. </source>
  19.