summaryrefslogtreecommitdiff
path: root/tests/XSLTMark/xpath.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-02 15:13:28 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-02 15:13:28 +0000
commitfb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd (patch)
treeeb7c116af7d1ee3e8f172e41c24c282972678f40 /tests/XSLTMark/xpath.xml
parent8bbd8700b893376dbbd00962875f16a8ddf8e244 (diff)
downloadlibxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.tar.gz
libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.tar.bz2
libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.zip
Jumbo patch, extended regression tests and fixed regression results:
- configure.in tests/Makefile.am tests/XSLTMark/* tests/multiple: added the XSLTMark in the regression tests as well as multiple output test from Ankh - libxslt/functions.c libxslt/keys.c libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c: applied William M. Brack patches and fixed a memory leak - tests/docbook/result/html/*.html : updated the results after William's patch - tests/xmlspec/REC-xml-20001006-review.html tests/xmlspec/REC-xml-20001006.html: libxml now don't invent an HTML doctype when serializing HTML result, but adds the encoding in ALT Daniel
Diffstat (limited to 'tests/XSLTMark/xpath.xml')
-rw-r--r--tests/XSLTMark/xpath.xml18
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