summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-30 14:19:41 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-30 14:19:41 +0000
commit48a443da0ae1a1e7d50006acb56a58027709fb80 (patch)
treeebe87cf83fe37b347ec3e6ec3307183929eaf0fb /TODO
parentdfcbad530f14df75eaf558f585f4e71dd7f212f0 (diff)
downloadlibxslt-48a443da0ae1a1e7d50006acb56a58027709fb80.tar.gz
libxslt-48a443da0ae1a1e7d50006acb56a58027709fb80.tar.bz2
libxslt-48a443da0ae1a1e7d50006acb56a58027709fb80.zip
Boring task of starting doing basic testsuite:
- TODO: updated - configure.in tests/Makefile.am tests/REC/*: started adding some regression tests based from fragments of spec examples - libxslt/transform.c: fixed a problem on namespace generation Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9327d43a..2caefd19 100644
--- a/TODO
+++ b/TODO
@@ -27,6 +27,10 @@ Extra functions:
ID and Key support:
-> Id should be simple, key will probably requires some hash tables.
+Templates:
+ -> check the built-in template rule for attributes
+ -> make sure @xxx matches are applied
+
Pattern tester:
-> try to optimize for ID scan and tests.
@@ -37,6 +41,7 @@ Error handling:
-> check the version stuff, design a separate module for error interfacing
and default handling, parsing vs. runtime, fatal / compat / warning,
and lack of optionnal features.
+ -> catch recursion end of 5.4 ...
Support Attribute value templates:
-> optimization by checking their existence at stylesheet parse time.