diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-02-02 10:20:16 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-02-02 10:20:16 +0000 |
commit | 0726423c0f1d455e37671f2850845dd47c224527 (patch) | |
tree | 8dbad0b69f14686142da00fdeede6ee4dcde9f14 /TODO | |
parent | 22fc899b2da378bff95096d020154429228e3873 (diff) | |
download | libxslt-0726423c0f1d455e37671f2850845dd47c224527.tar.gz libxslt-0726423c0f1d455e37671f2850845dd47c224527.tar.bz2 libxslt-0726423c0f1d455e37671f2850845dd47c224527.zip |
And most of this is simply untested, yet...:
- FEATURES: updated
- transform.c: added xsl:element support
- namespaces.[ch]: added xsltGetSpecialNamespace()
- attributes.c: added xsl:attribute namespace support.
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -15,8 +15,7 @@ Design: be a bit ugly ... Import: - -> parse them - -> provide functions to circulate in the import tree of stylesheets + -> make sure we use the cascade wherever it's needed Extra functions: -> document() should not be a problem since Result Tree Fragments are @@ -64,6 +63,10 @@ Contextual error reporting: * * ******** +Import: + -> parse them + -> provide functions to circulate in the import tree of stylesheets + Extra functions: -> make a separate module. => done functions.[ch] |