Sat Sep 14 16:10:21 MDT 2002 John Fleck <jfleck@inkstain.net>
* doc/xsltproc.xml
* doc/xsltproc.1
* doc/xsltproc2.html
Fixing erroneous mention of old --warnnet option (thanks to Jean
T. Anderson for pointing this out)
* doc/Libxslt-Logo-180x168.gif doc/Libxslt-Logo-90x34.gif:
nice logos generated by Marc Liyanage
* doc/site.xsl *.html: changed the stylesheet to show the new
logo and regenerated the pages
Daniel
* python/libxslt-python-api.xml python/libxslt.c
python/libxsltclass.txt python/tests/basic.py: applied a patch
from Ralf Mattes providing style.saveResultToString()
Daniel
* libxslt/templates.c: fixed a bug w.r.t. namespace context when
doing the evaluation of attribute value templates
* libxslt.spec.in python/Makefile.am: fixed some troubles
with "make rpm"
Daniel
* libxslt/transform.c libxslt/xslt.c: fixed bug #89258 and a bit of
cleanup.
* tests/docs/Makefile.am tests/docs/bug-90.xml
tests/general/Makefile.am tests/general/bug-90.*: added the
example in the regression tests for this case
Daniel
* libxslt/transform.c: found and fixed the small <xsl:choose>
bug which was giving troubles to DocBook users (the test expression
of <when> was evaluated in the namespace context of <choose> !)
Daniel
2002-08-18 Havoc Pennington <hp@pobox.com>
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
"aclocal-1.4"
* libxslt/functions.c: recovering to the old (somewhat) broken
implementation of document('') when there is no base for the
source document or it can't be realoaded (e.g. when the sytlesheet
was loaded from a memory string). Matt Sergeant insisted on this
one :-)
Daniel
* libxslt/transform.c: fixed bug #86753 on multiple identical
attributes being generated, oops ...
* tests/docs/Makefile.am tests/docs/bug-89.xml
tests/general/Makefile.am tests/general/bug-89.*: added an
example in the regression tests for this case
Daniel
* libxslt/preproc.c libxslt/transform.c: fixed bug #87279
* tests/docs/Makefile.am tests/docs/bug-88.xml
tests/general/Makefile.am tests/general/bug-88.*: added an
example in the regression tests for this case
Daniel
* libxslt/preproc.c libxslt/xsltutils.c: applied a patch from
Ken Neighbors to implement/fix sorting orders
* tests/docbook/result/*/gdp-handbook.*
tests/docbook/result/xtchunk/html/*.orig
tests/general/bug-12-.out tests/general/bug-63.out:
cleaned up the result of "make tests" following some changes
in namespace axis order and serialization rules in libxml2
Daniel