diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-21 11:07:02 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-21 11:07:02 +0000 |
commit | 935ed1d25f4bae49f46798b1a58fc0bbb45337b7 (patch) | |
tree | 55305eff9177ca914b597fc7d96611b7b949c007 /ChangeLog | |
parent | 007037dd7566bd6e6cf1854d3c3c7aa6c2603bc5 (diff) | |
download | libxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.tar.gz libxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.tar.bz2 libxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.zip |
More work, cleanups, HTML output:
- Makefile.am tests/Makefile.am tests/REC1/Makefile.am
tests/REC2/Makefile.am tests/REC2/html.xml: added tests target
too, added the HTML output test
- libxmls/xsltutils.c: added HTML output
- libxslt/xslt.c: check version on literal result used as templates
- libxslt/transform.c: fixed an error in VERSION number
- libxslt/templates.c: make sure generated nodes have doc and
parent properly set
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Jan 21 12:03:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> + + * Makefile.am tests/Makefile.am tests/REC1/Makefile.am + tests/REC2/Makefile.am tests/REC2/html.xml: added tests target + too, added the HTML output test + * libxmls/xsltutils.c: added HTML output + * libxslt/xslt.c: check version on literal result used as templates + * libxslt/transform.c: fixed an error in VERSION number + * libxslt/templates.c: make sure generated nodes have doc and + parent properly set + Sat Jan 20 23:35:07 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr> * libxslt/Makefile.am libxslt/template.[ch]: added a template |