diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-29 17:44:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-29 17:44:52 +0000 |
commit | dfcbad530f14df75eaf558f585f4e71dd7f212f0 (patch) | |
tree | f69b9da1df63118cbb0c48c0f29a834d799891de /FEATURES | |
parent | dfeeb7bf75faa9583decc24cec228e1183af3565 (diff) | |
download | libxslt-dfcbad530f14df75eaf558f585f4e71dd7f212f0.tar.gz libxslt-dfcbad530f14df75eaf558f585f4e71dd7f212f0.tar.bz2 libxslt-dfcbad530f14df75eaf558f585f4e71dd7f212f0.zip |
One more day of hacking:
- FEATURES: updated
- tests/numbers/Makefile.am tests/numbers/format-number.*
tests/Makefile.am configure.in: added number formattting
test from Bjorn
- libxslt/attributes.[ch]: separated attribute support, started
add support for attribute-sets
- libxslt/functions.[ch]: update for number and formatting
from Bjorn
- libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h:
cleanups updates, etc ...
Daniel
Diffstat (limited to 'FEATURES')
-rw-r--r-- | FEATURES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ YES name = { ncname } YES xsl:comment -NO xsl:copy +YES xsl:copy NO use-attribute-sets = qnames YES xsl:value-of |