summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-24 16:05:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-24 16:05:44 +0000
commitb6f493448ebb71a53f20a3c7205d03bb582e639d (patch)
tree38b8fa712ed23482dbbc61c0f967053ffb84f1a8 /TODO
parentd6deccfda51342a185a491fba5cf2e0996367a86 (diff)
downloadlibxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.tar.gz
Lotsa improvement and fixes:
- libxslt/xsltInternals.h libxslt/pattern.c: fixed problems with non-named rules (*, ...) added accelerators - libxslt/templates.[ch]: added xsltEvalTemplateString() and xsltEvalAttrValueTemplate() high level functions - libxslt/transform.c: fixed the part where attributes had to be looked at as templates, added comment and PI generation - TODO FEATURES: updated to reflect the new state Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 33d6b2b2..57fbb00a 100644
--- a/TODO
+++ b/TODO
@@ -25,8 +25,6 @@ ID and Key support:
Pattern tester:
-> try to optimize for ID scan and tests.
- -> also put fast lookup for "text()", "comment()", "node()"
- based patterns lists.
Pattern scanner:
-> add error checks on all returns
@@ -75,3 +73,8 @@ Support for disable-output-escaping="yes":
Pattern scanner:
-> compute priority
=> done
+
+Pattern tester:
+ -> also put fast lookup for "text()", "comment()", "node()"
+ based patterns lists.
+ => done