diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-20 17:02:16 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-20 17:02:16 +0000 |
commit | 6b5e9df67fb8a144aa41a2c220a7eef775aa5b72 (patch) | |
tree | b75345b3cd69945feaaed890fdf8cdbb7d83f613 /TODO | |
parent | 327c8bdab6285237abaf2c20387e29a9963fafcc (diff) | |
download | libxslt-6b5e9df67fb8a144aa41a2c220a7eef775aa5b72.tar.gz libxslt-6b5e9df67fb8a144aa41a2c220a7eef775aa5b72.tar.bz2 libxslt-6b5e9df67fb8a144aa41a2c220a7eef775aa5b72.zip |
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-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ... |