summaryrefslogtreecommitdiff
path: root/lib/querypath/test/data.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/querypath/test/data.xml')
-rw-r--r--lib/querypath/test/data.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/querypath/test/data.xml b/lib/querypath/test/data.xml
new file mode 100644
index 0000000..b4eec32
--- /dev/null
+++ b/lib/querypath/test/data.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<root id="docRoot">
+ <head id="head"></head>
+ <unary id="unary"/>
+ <inner id="inner-one" class="innerClass">
+ <li id="one">Hello</li>
+ <li id="two"></li>
+ <li id="three"></li>
+ <li id="four">Last</li>
+ </inner>
+ <inner id="inner-two">
+ <li id="five"/>
+ </inner>
+ <foot id="footer">This is footer text.</foot>
+</root> \ No newline at end of file