diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-10 15:14:09 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-10 15:14:09 +0000 |
commit | 178e4af9c75454f066814563406c1d10efbc87c5 (patch) | |
tree | a83e41656f5ddfa936a0b1bf4d85a1dce8c8b668 /ChangeLog | |
parent | 0e6be80b91aeb8c4cc2f1ee4a36a096ebd54ae49 (diff) | |
download | libxslt-178e4af9c75454f066814563406c1d10efbc87c5.tar.gz libxslt-178e4af9c75454f066814563406c1d10efbc87c5.tar.bz2 libxslt-178e4af9c75454f066814563406c1d10efbc87c5.zip |
added Embedding Stylesheets added the test from the REC about it tried to
* FEATURES libxslt/xsltproc.c libxslt/transform.c
libxslt/xsltInternals.h: added Embedding Stylesheets
* tests/REC/Makefile.am tests/REC/stand-2.7-1.*: added the test
from the REC about it
* libxslt/transform.c libxslt/extra.[ch] libxslt/preproc.c:
tried to accomodate the various (and changing) proprietary
ways of implementing chunking.
* tests/docbook/result/xtchunk/html: now output is generated in
ISO-8859-1
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Jul 10 16:48:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> + + * FEATURES libxslt/xsltproc.c libxslt/transform.c + libxslt/xsltInternals.h: added Embedding Stylesheets + * tests/REC/Makefile.am tests/REC/stand-2.7-1.*: added the test + from the REC about it + * libxslt/transform.c libxslt/extra.[ch] libxslt/preproc.c: + tried to accomodate the various (and changing) proprietary + ways of implementing chunking. + * tests/docbook/result/xtchunk/html: now output is generated in + ISO-8859-1 + Mon Jul 9 23:23:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> * libxslt/xsltproc.c: small cleanup |