File: canontst.xml

package info (click to toggle)
libxml-parser-perl 2.47-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,396 kB
  • sloc: xml: 3,937; perl: 2,026; makefile: 38; ansic: 27
file content (20 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="ISO-8859-1"?>
<?pre_doctype 
  hello ?>
<!DOCTYPE ctest SYSTEM "ctest.dtd"
 [
  <?in_doctype there ?>
 ]
>
<?pre_r1
                     testing?><?pre_r2             one two?>
<ctest xmlns:x="urn:1" xmlns:y="urn:2" version='0.5'>
  <x:e a="a"/>
  <foo xmlns='urn:3' z="hello" y:b="there" k="world">
    <bar/>
    Here is a PI: <?inside   
             more pi testing ?>. Like it?
  </foo>
  <la y:b='b'  a='tab->(	)    qtab->(&#x9;) junk   '/>
</ctest>
<?post_root last stuff?>