diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-30 14:19:41 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-30 14:19:41 +0000 |
commit | 48a443da0ae1a1e7d50006acb56a58027709fb80 (patch) | |
tree | ebe87cf83fe37b347ec3e6ec3307183929eaf0fb /TODO | |
parent | dfcbad530f14df75eaf558f585f4e71dd7f212f0 (diff) | |
download | libxslt-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-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |