diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-02-03 15:27:12 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-02-03 15:27:12 +0000 |
commit | aedfad9ba486b32b5aae3e9d41c160b4a6428adc (patch) | |
tree | e54d9256d6397f30fabe7c50c6596321591ee841 /tests/REC/test-5.2-6.xsl | |
parent | 0726423c0f1d455e37671f2850845dd47c224527 (diff) | |
download | libxslt-aedfad9ba486b32b5aae3e9d41c160b4a6428adc.tar.gz libxslt-aedfad9ba486b32b5aae3e9d41c160b4a6428adc.tar.bz2 libxslt-aedfad9ba486b32b5aae3e9d41c160b4a6428adc.zip |
Lots of tests/testing and pattern support should be decent now:
- FEATURES: updated
- imports.c: bugfix
- pattern.c: lots of changes to make most patterns work
- templates.[ch]: added xsltEvalXPathPredicate() for predicate testing
- transform.c: cleanup and attribute patterns testing
- xslt.c: added xsltFreeStylesheetList() and now cleanup
the imports
- tests/REC/test-2.3* tests/REC/test-2.6.2*: more tests
- tests/REC/test-5.2-*: 18 pattern tests from the spec, all should
work now.
Daniel
Diffstat (limited to 'tests/REC/test-5.2-6.xsl')
-rw-r--r-- | tests/REC/test-5.2-6.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/REC/test-5.2-6.xsl b/tests/REC/test-5.2-6.xsl new file mode 100644 index 00000000..f6663ac2 --- /dev/null +++ b/tests/REC/test-5.2-6.xsl @@ -0,0 +1,6 @@ +<xsl:stylesheet version="1.0" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:template match="/"> +Success +</xsl:template> +</xsl:stylesheet> |