diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-01 09:15:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-01 09:15:28 +0000 |
commit | c0d41a178b375171da1f9dbf9c4aa32b1d98c0a4 (patch) | |
tree | 746390e3ff236c7ef6a1a112f5a8db5a3522d0aa /TODO | |
parent | 248943af4cca51468e9f75eccd7605f250aa271c (diff) | |
download | libxslt-c0d41a178b375171da1f9dbf9c4aa32b1d98c0a4.tar.gz libxslt-c0d41a178b375171da1f9dbf9c4aa32b1d98c0a4.tar.bz2 libxslt-c0d41a178b375171da1f9dbf9c4aa32b1d98c0a4.zip |
similar to #72663 and #72658, don't memdump unless compiled explicitely
* xsltproc/xsltproc.c: similar to #72663 and #72658, don't memdump
unless compiled explicitely with memory debugging switched on
* TODO: refreshed a bit
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,9 +4,6 @@ * * ******** -Doc: - - manpage and doc for xsltproc - Design: - seems that saving back XSLT stylesheet from a compiled form might be a bit ugly ... Yes forget about it, it's just twaeked to the extreme @@ -119,6 +116,8 @@ Doc: - put a page at http://xmlsoft.org/XSLT/ - generate/transform the DocBook to HTML - add HTML to package + - manpage and doc for xsltproc + Error handling: -> check the version stuff, design a separate module for error interfacing |