diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-17 16:47:36 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-17 16:47:36 +0000 |
commit | 72698cec5af4011028af68ec8dac334d9a1a0a3d (patch) | |
tree | 7002a8a53894ffee6c17697dff6bdb64c1e7ae5c /TODO | |
parent | 52862c898778e5602e1f4c5a45926a9db98c3df6 (diff) | |
download | libxslt-72698cec5af4011028af68ec8dac334d9a1a0a3d.tar.gz libxslt-72698cec5af4011028af68ec8dac334d9a1a0a3d.tar.bz2 libxslt-72698cec5af4011028af68ec8dac334d9a1a0a3d.zip |
Continuous hacking ...
- TODO: guess what, it's growing :-(
- configure.in: setup hacking values when compiling in my
own environment.
- libxslt/transform.c libxslt/xsltutils.[hc]: added a first
very rudimentary version of xsl:sort
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,3 +34,9 @@ Error handling: Support Attribute value templates: -> starts to be urgent. Design it in flexible ways but try to optimize to handle most of it at the stylesheet parse time ... + +Sorting: + -> add support for imbricated sorts + -> add lang and case-order + -> add foreign sorting functions (interfaces ?). + |