diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-05-21 17:39:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-05-21 17:39:37 +0000 |
commit | ef73de634315a9624b7203ca777c68932be4f31a (patch) | |
tree | 9cb416bd350ef54b0c2014244997bc4493410fef /TODO | |
parent | 9f9eab60280c9731d640b2b75c4c70ecfbe4a6c1 (diff) | |
download | libxslt-ef73de634315a9624b7203ca777c68932be4f31a.tar.gz libxslt-ef73de634315a9624b7203ca777c68932be4f31a.tar.bz2 libxslt-ef73de634315a9624b7203ca777c68932be4f31a.zip |
applied patch from Geert Kloosterman to not miss gif and .png files in the
* libxslt.spec.in: applied patch from Geert Kloosterman to
not miss gif and .png files in the RPM documentation
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -8,10 +8,6 @@ Design: - seems that saving back XSLT stylesheet from a compiled form might be a bit ugly ... Yes forget about it, it's just twaeked to the extreme -ID and Key support: - -> done but namespace support in keys is not defined - -> make sure keys are recomputed on new document input - Pattern tester: -> try to optimize for ID scan and tests. @@ -24,14 +20,14 @@ Error handling: and lack of optionnal features. -> catch recursion end of 5.4 ... -Support Attribute value templates: - -> namespace support for attribute value templates is not done, need - a small API redesign - Sorting: -> add lang and case-order -> add foreign sorting functions (interfaces ?). +Format Number: + -> cleanup % handling (May 21 2001) possibly following the cleaned + up wording of XSLT-2.0 + ******** * * * DONE * @@ -112,6 +108,10 @@ Pattern tester: based patterns lists. => done +Support Attribute value templates: + -> namespace support for attribute value templates is not done, need + a small API redesign + Doc: - put a page at http://xmlsoft.org/XSLT/ - generate/transform the DocBook to HTML @@ -125,6 +125,10 @@ Error handling: and lack of optionnal features. -> reports context +ID and Key support: + -> done but namespace support in keys is not defined + -> make sure keys are recomputed on new document input + Profiler: -> added looks good enough -> autocorrection of initial calibration loop |