Starting doing some bulk testing and transformations:
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 5 Feb 2001 18:29:06 +0000 (18:29 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 5 Feb 2001 18:29:06 +0000 (18:29 +0000)
commitd3faa0e17acd252ffaf56e94b849536e65a6e354
tree67851bbc2bb992468cfe224536a75d05a681a853
parentff49d8caa63d519ca477cb77d4a5ba7b7b61a8ff
Starting doing some bulk testing and transformations:
- FEATURES: updated, added mode support for templates
- pattern.[ch] transform.c xslt.c xsltInternals.h: added mode
  support for templates
- templates.c variables.c: simple fixes
- xslt.c: added a separate DEBUG_BLANKS debug class disabled
- xsltproc.c: added option -timing
- xsltutils.c: seem I forgot to add encoding support in output...
- configure.in tests/Makefile.am tests/xmlspec/*: added a test
  consisting of reformatting the XML REC with the xmlspec XSLT,
  heavy !
Daniel
19 files changed:
ChangeLog
FEATURES
configure.in
libxslt/pattern.c
libxslt/pattern.h
libxslt/templates.c
libxslt/transform.c
libxslt/variables.c
libxslt/xslt.c
libxslt/xsltInternals.h
libxslt/xsltproc.c
libxslt/xsltutils.c
tests/Makefile.am
tests/xmlspec/Makefile.am [new file with mode: 0644]
tests/xmlspec/REC-xml-20001006.xml [new file with mode: 0644]
tests/xmlspec/W3C-REC.css [new file with mode: 0644]
tests/xmlspec/logo-REC [new file with mode: 0644]
tests/xmlspec/xmlspec-v21.dtd [new file with mode: 0644]
tests/xmlspec/xmlspec.xsl [new file with mode: 0644]