summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-28 16:27:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-28 16:27:44 +0000
commitfe557f63a66bc0b745f6fd2beb698fcbb5568ab8 (patch)
treeb84adad145cbbe8a37cd8a2cc9dbdcb0de5a3a97 /TODO
parent31de2205b199c17c6a3acc3a02af7e696c3018d5 (diff)
downloadlibxslt-fe557f63a66bc0b745f6fd2beb698fcbb5568ab8.tar.gz
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--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 47d246bb..22536374 100644
--- a/TODO
+++ b/TODO
@@ -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