diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-24 16:05:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-24 16:05:44 +0000 |
commit | b6f493448ebb71a53f20a3c7205d03bb582e639d (patch) | |
tree | 38b8fa712ed23482dbbc61c0f967053ffb84f1a8 /TODO | |
parent | d6deccfda51342a185a491fba5cf2e0996367a86 (diff) | |
download | libxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.tar.gz libxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.tar.bz2 libxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.zip |
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-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |