diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-28 16:27:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-28 16:27:44 +0000 |
commit | fe557f63a66bc0b745f6fd2beb698fcbb5568ab8 (patch) | |
tree | b84adad145cbbe8a37cd8a2cc9dbdcb0de5a3a97 /TODO | |
parent | 31de2205b199c17c6a3acc3a02af7e696c3018d5 (diff) | |
download | libxslt-fe557f63a66bc0b745f6fd2beb698fcbb5568ab8.tar.gz libxslt-fe557f63a66bc0b745f6fd2beb698fcbb5568ab8.tar.bz2 libxslt-fe557f63a66bc0b745f6fd2beb698fcbb5568ab8.zip |
Work done on namespace support:
- FEATURES TODO: updates
- libxslt/namespaces.[ch] libxslt/templates.c libxslt/transform.c
libxslt/xslt.c libxslt/xsltInternals.h: added support for
namespace aliases and cleaned up the overall namespace related
code. This materialize as a new module.
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -5,9 +5,6 @@ ******** Doc: - - put a page at http://xmlsoft.org/XSLT/ - - generate/transform the DocBook to HTML - - add HTML to package - manpage and doc for xsltproc Design: @@ -92,3 +89,8 @@ Pattern tester: -> also put fast lookup for "text()", "comment()", "node()" based patterns lists. => done + +Doc: + - put a page at http://xmlsoft.org/XSLT/ + - generate/transform the DocBook to HTML + - add HTML to package |