summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-29 09:52:50 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-29 09:52:50 +0000
commiteef9a85837a010e65565b207fbc51790a549b2b4 (patch)
treec9190440f5b5085f738ddc1b0f8efe54aec57a58 /TODO
parent765abf021e19a6b7f7b4d64868916f0cfb0019db (diff)
downloadlibxslt-eef9a85837a010e65565b207fbc51790a549b2b4.tar.gz
Big changes (but planned for a long time) small mem leak in docbook
still to fix: - preproc.[ch] templates.[ch] variables.[ch] xslt.c xsltInternals.h attributes.c extensions.[ch]: moved all stylesheet precomputation at stylesheet loading time (stylesheet transform should be thread safe now), improved params and variables evaluations (but optim is not complete yet). - TODO: updated Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 11 insertions, 6 deletions
diff --git a/TODO b/TODO
index 8c4dfcf6..bb4c72c0 100644
--- a/TODO
+++ b/TODO
@@ -8,15 +8,9 @@ Doc:
- manpage and doc for xsltproc
Design:
- - should transforms for a given stylesheet be thread clean,
- or can a stylesheet be enriched with document specific
- informations and cleaned up later ?
- seems that saving back XSLT stylesheet from a compiled form might
be a bit ugly ...
-Embedding Stylesheets:
- - example in 2.7 would force to validate, we do it by default now
-
Import:
@@ -51,6 +45,17 @@ Sorting:
* *
********
+Design:
+ - should transforms for a given stylesheet be thread clean,
+ -> the precompilation now occur only at stylesheet processing
+ time (except the binding for named templates and extension
+ functions which need to be computed once at run-time).
+ Multiple threads should be able to reuse the same stylesheet
+ now.
+
+Embedding Stylesheets:
+ - example in 2.7 would force to validate, we do it by default now
+
ID and Key support:
-> Done