diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-12 01:32:04 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-12 01:32:04 +0000 |
commit | bc9b7c87603deea9c1fffb2f5468973820654210 (patch) | |
tree | 4b99ddb6cefc509131dc550fc3ea5db959375e30 /TODO | |
parent | 69513fd458715809880959a512e7ed9a6ff24b48 (diff) | |
download | libxslt-bc9b7c87603deea9c1fffb2f5468973820654210.tar.gz libxslt-bc9b7c87603deea9c1fffb2f5468973820654210.tar.bz2 libxslt-bc9b7c87603deea9c1fffb2f5468973820654210.zip |
provide context for error messages. Requires libxml head changes. fixed a
* libxslt/documents.c libxslt/extensions.c libxslt/extra.c
libxslt/functions.c libxslt/imports.c libxslt/keys.c
libxslt/namespaces.c libxslt/numbers.c libxslt/pattern.c
libxslt/preproc.c libxslt/templates.c libxslt/transform.c
libxslt/variables.c libxslt/xslt.c: provide context for
error messages. Requires libxml head changes.
* libxslt/xsltutils.c libxslt/xsltutils.h: fixed a --profile
problem
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -9,7 +9,7 @@ Doc: Design: - seems that saving back XSLT stylesheet from a compiled form might - be a bit ugly ... + be a bit ugly ... Yes forget about it, it's just twaeked to the extreme ID and Key support: -> done but namespace support in keys is not defined @@ -119,3 +119,13 @@ Doc: - put a page at http://xmlsoft.org/XSLT/ - generate/transform the DocBook to HTML - add HTML to package + +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. + -> reports context + +Profiler: + -> added looks good enough + -> autocorrection of initial calibration loop |