summaryrefslogtreecommitdiff
path: root/lib/querypath/test/advanced.xml
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-18 20:07:16 +0100
committeremkael <emkael@tlen.pl>2017-01-18 20:07:16 +0100
commit9a9c04512e5dcb77c7fe5d850e3f2a0250cc160e (patch)
treefed46b5f4c2ed3a050bb1a7ad7c6d0a3ea844d55 /lib/querypath/test/advanced.xml
parentc5bcf8f74fb80b7e163663845b0d6e35cabface3 (diff)
* Motor Sport Magazine feed provider
Diffstat (limited to 'lib/querypath/test/advanced.xml')
-rw-r--r--lib/querypath/test/advanced.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/querypath/test/advanced.xml b/lib/querypath/test/advanced.xml
new file mode 100644
index 0000000..e6c2eb2
--- /dev/null
+++ b/lib/querypath/test/advanced.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<root>
+ <first>
+ <![CDATA[This is a CDATA section.]]>
+ </first>
+ <second>
+ <inner/>
+ <inner/>
+ </second>
+ <third>
+ <?pi This is a processing instruction. ?>
+ </third>
+ <!-- This is a comment. -->
+</root> \ No newline at end of file