summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-20 17:02:16 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-20 17:02:16 +0000
commit6b5e9df67fb8a144aa41a2c220a7eef775aa5b72 (patch)
treeb75345b3cd69945feaaed890fdf8cdbb7d83f613 /TODO
parent327c8bdab6285237abaf2c20387e29a9963fafcc (diff)
downloadlibxslt-6b5e9df67fb8a144aa41a2c220a7eef775aa5b72.tar.gz
Working on variables implementation:
- libxslt/transform.c libxslt/variables.[ch] libxslt/xslt.c libxslt/xsltInternals.h libxslt/xsltutils.h: changed a few structure to add an execution stack with variables. Tree valued variables still missing. - TODO: updated Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index c4ed2191..ec37cfd5 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@ Design:
- should transforms for a given stylesheet be thread clean,
or can a stylesheet be enriched with document specific
informations and cleaned up later ?
+ => currently stylesheet manipulation is not reentrant.
- seems that saving back XSLT stylesheet from a compiled form might
be a bit ugly ...