summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-12 01:32:04 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-12 01:32:04 +0000
commitbc9b7c87603deea9c1fffb2f5468973820654210 (patch)
tree4b99ddb6cefc509131dc550fc3ea5db959375e30 /TODO
parent69513fd458715809880959a512e7ed9a6ff24b48 (diff)
downloadlibxslt-bc9b7c87603deea9c1fffb2f5468973820654210.tar.gz
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--TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index ce860154..f43cc31b 100644
--- a/TODO
+++ b/TODO
@@ -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