diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-03 17:03:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-03 17:03:52 +0000 |
commit | f546bafbd5d230f901ec7d1391f72a3acacea6ca (patch) | |
tree | 2b47bafc0cd1a962915ebea5c57988ec6fb7968e /TODO | |
parent | b41da1738f0388a9599b8cf485b8b78d539acfeb (diff) | |
download | libxslt-f546bafbd5d230f901ec7d1391f72a3acacea6ca.tar.gz libxslt-f546bafbd5d230f901ec7d1391f72a3acacea6ca.tar.bz2 libxslt-f546bafbd5d230f901ec7d1391f72a3acacea6ca.zip |
- TODO configure.in libxslt.spec.in: getting ready for 0.9.0
release
- doc/html/* doc/xslt.html: updated and regenerated the docs
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,9 +11,6 @@ Design: - seems that saving back XSLT stylesheet from a compiled form might be a bit ugly ... -Import: - - ID and Key support: -> done but namespace support in keys is not defined -> make sure keys are recomputed on new document input @@ -35,7 +32,6 @@ Support Attribute value templates: a small API redesign Sorting: - -> add support for imbricated sorts -> add lang and case-order -> add foreign sorting functions (interfaces ?). @@ -93,6 +89,9 @@ Support Attribute value templates: -> optimization by checking their existence at stylesheet parse time. => done when building the preproc function +Sorting: + -> add support for imbricated sorts + => done but not well tested. Separate util module: -> macros, config, verbosity ? |