summaryrefslogtreecommitdiff
path: root/samples/canontst.xml
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2007-11-20 14:28:05 +0000
committer <>2013-08-08 17:01:04 +0000
commitc97631728ce7d6d3f4692a56c3cda7476b42a968 (patch)
tree8c00053771ccae41a737eecd072dbb3cd8b06fdd /samples/canontst.xml
downloadperl-xml-parser-master.tar.gz
Imported from /home/lorry/working-area/delta_perl-xml-parser/XML-Parser-2.36.tar.gz.HEADXML-Parser-2.36master
Diffstat (limited to 'samples/canontst.xml')
-rw-r--r--samples/canontst.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/samples/canontst.xml b/samples/canontst.xml
new file mode 100644
index 0000000..e01ef77
--- /dev/null
+++ b/samples/canontst.xml
@@ -0,0 +1,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?> \ No newline at end of file