summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-02-02 10:20:16 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-02-02 10:20:16 +0000
commit0726423c0f1d455e37671f2850845dd47c224527 (patch)
tree8dbad0b69f14686142da00fdeede6ee4dcde9f14 /TODO
parent22fc899b2da378bff95096d020154429228e3873 (diff)
downloadlibxslt-0726423c0f1d455e37671f2850845dd47c224527.tar.gz
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--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 2caefd19..acc15a60 100644
--- a/TODO
+++ b/TODO
@@ -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]