summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-02-03 15:27:12 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-02-03 15:27:12 +0000
commitaedfad9ba486b32b5aae3e9d41c160b4a6428adc (patch)
treee54d9256d6397f30fabe7c50c6596321591ee841 /TODO
parent0726423c0f1d455e37671f2850845dd47c224527 (diff)
downloadlibxslt-aedfad9ba486b32b5aae3e9d41c160b4a6428adc.tar.gz
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--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index acc15a60..555d86cd 100644
--- a/TODO
+++ b/TODO
@@ -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