From fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 2 Apr 2001 15:13:28 +0000 Subject: 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 --- tests/XSLTMark/attsets.xsl | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/XSLTMark/attsets.xsl (limited to 'tests/XSLTMark/attsets.xsl') diff --git a/tests/XSLTMark/attsets.xsl b/tests/XSLTMark/attsets.xsl new file mode 100644 index 00000000..f8ffb617 --- /dev/null +++ b/tests/XSLTMark/attsets.xsl @@ -0,0 +1,33 @@ + + + + + + foo + bar + + + + baz + quux + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3