home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libxml-parser-perl / examples / canontst.xml < prev    next >
Encoding:
Extensible Markup Language  |  2003-07-27  |  510 b   |  20 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?pre_doctype 
  3.   hello ?>
  4. <!DOCTYPE ctest SYSTEM "ctest.dtd"
  5.  [
  6.   <?in_doctype there ?>
  7.  ]
  8. >
  9. <?pre_r1
  10.                      testing?><?pre_r2             one two?>
  11. <ctest xmlns:x="urn:1" xmlns:y="urn:2" version='0.5'>
  12.   <x:e a="a"/>
  13.   <foo xmlns='urn:3' z="hello" y:b="there" k="world">
  14.     <bar/>
  15.     Here is a PI: <?inside   
  16.              more pi testing ?>. Like it?
  17.   </foo>
  18.   <la y:b='b'  a='tab->(    )    qtab->( ) junk   '/>
  19. </ctest>
  20. <?post_root last stuff?>