- libxslt/extension.[ch] libxslt/extra.[ch] libxslt/xsltInternals.h
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 4 Jul 2001 13:22:40 +0000 (13:22 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 4 Jul 2001 13:22:40 +0000 (13:22 +0000)
commitffc52efd1d107602e9b4ef8b75681ecf412becdb
tree1414de1fdb51b14b9faa08d8c0933d16f4b7644c
parent1e4297d54db0491514cb35f71c4c87b6a25f7b33
- libxslt/extension.[ch] libxslt/extra.[ch] libxslt/xsltInternals.h
  libxslt/transform.c libxslt/functions.c: Added the extension API
  suggested by Thomas Broyer, this should allow implementation of
  EXSLT for example.
- libxslt/extra.[ch]: added a fake xsltFunctionLocalTime() in Norm's
  CVS extension namespace to avoid complaints, some cleanup
- configure.in tests/Makefile.am tests/extensions/*: added a test
  for new modules testing both elements and functions registration
Daniel
15 files changed:
ChangeLog
configure.in
libxslt/extensions.c
libxslt/extensions.h
libxslt/extra.c
libxslt/extra.h
libxslt/functions.c
libxslt/transform.c
libxslt/xsltInternals.h
libxslt/xsltproc.c
tests/Makefile.am
tests/extensions/Makefile.am [new file with mode: 0644]
tests/extensions/module.out [new file with mode: 0644]
tests/extensions/module.xml [new file with mode: 0644]
tests/extensions/module.xsl [new file with mode: 0644]