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 /TODO | |
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 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,10 @@ Design: informations and cleaned up later ? - seems that saving back XSLT stylesheet from a compiled form might be a bit ugly ... - + +Embedding Stylesheets: + - example in 2.7 would force to validate + Import: -> make sure we use the cascade wherever it's needed |