One more day of hacking:
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 29 Jan 2001 17:44:52 +0000 (17:44 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 29 Jan 2001 17:44:52 +0000 (17:44 +0000)
commitdfcbad530f14df75eaf558f585f4e71dd7f212f0
treef69b9da1df63118cbb0c48c0f29a834d799891de
parentdfeeb7bf75faa9583decc24cec228e1183af3565
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
16 files changed:
ChangeLog
FEATURES
configure.in
libxslt/Makefile.am
libxslt/attributes.c [new file with mode: 0644]
libxslt/attributes.h [new file with mode: 0644]
libxslt/functions.c
libxslt/functions.h
libxslt/transform.c
libxslt/xslt.c
libxslt/xsltInternals.h
tests/Makefile.am
tests/numbers/Makefile.am [new file with mode: 0644]
tests/numbers/format-number.out [new file with mode: 0644]
tests/numbers/format-number.xml [new file with mode: 0644]
tests/numbers/format-number.xsl [new file with mode: 0644]