diff options
Diffstat (limited to 'tests/XSLTMark/xpath.xml')
-rw-r--r-- | tests/XSLTMark/xpath.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/XSLTMark/xpath.xml b/tests/XSLTMark/xpath.xml new file mode 100644 index 00000000..3b196f61 --- /dev/null +++ b/tests/XSLTMark/xpath.xml @@ -0,0 +1,18 @@ +<top> + <foo>foo1</foo> + <barg>barg1</barg> + <nar>nar1</nar> + <bar> + <baz/> + <yadda/> + </bar> + <foo>nomba</foo> + <bar>bar2</bar> + <nar>nar2</nar> + <bar>nyargh</bar> + <bar>gurf</bar> + <foo>hurk</foo> + <nar>nar2</nar> + <foo>foo2</foo> + <barg>barg2</barg> +</top>
\ No newline at end of file |