diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-17 13:29:19 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-17 13:29:19 +0000 |
commit | 52862c898778e5602e1f4c5a45926a9db98c3df6 (patch) | |
tree | 5f2dc7ac1b81e3299c3b511989dab031bf5e3fab /TODO | |
parent | 53ae77e05505fd0c016dc2c5f5efb2eecad1dbde (diff) | |
download | libxslt-52862c898778e5602e1f4c5a45926a9db98c3df6.tar.gz libxslt-52862c898778e5602e1f4c5a45926a9db98c3df6.tar.bz2 libxslt-52862c898778e5602e1f4c5a45926a9db98c3df6.zip |
Some infrastructure work, and of course some debug:
- TODO: more stuff
- libxslt/transform.c: context position and size in for-each
- libxslt/xsltutils[ch] libxslt/makefile.am: added the util module
and put Error and Debug routines
- libxslt/xslt.c libxslt/transform.c libxslt/pattern.c: switched
to use the Debug calls, cleanup
- libxslt/xsltproc.c: added -v to enable debug printing
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,8 @@ Design: - should transforms for a given stylesheet be thread clean, or can a stylesheet be enriched with document specific informations and cleaned up later ? + - seems that saving back XSLT stylesheet from a compiled form might + be a bit ugly ... Import: -> parse them @@ -28,3 +30,7 @@ Error handling: -> check the version stuff, design a separate module for error interfacing and default handling, parsing vs. runtime, fatal / compat / warning, and lack of optionnal features. + +Support Attribute value templates: + -> starts to be urgent. Design it in flexible ways but try to optimize + to handle most of it at the stylesheet parse time ... |