* tests/docs/Makefile.am tests/docs/bug-87.xml
tests/general/Makefile.am tests/general/bug-87.*: added a
example in the regression tests for a case where the XML
default namespace was missing from the namespace axis
* xsltproc/xsltproc.c: added the informations that parameter
strings are expected to be UTF8
* libxslt/attributes.c: fixes on attribute group implementation
Daniel
Sat Jun 29 21:12:14 MDT 2002 John Fleck <jfleck@inkstain.net>
* doc/xsltproc.xml, doc/xsltproc.html/, doc/xsltproc.1
updating docs to add reference to UTF-8 requirement for
stringparam command line option
* libxslt/documents.c libxslt/functions.c libxslt/xsltInternals.h:
fixed document('') as pointed by Eric van der Vlist
* tests/docs/Makefile.am tests/docs/bug-86.xml
tests/general/Makefile.am tests/general/bug-86.*: added the
specific example in the regression tests
Daniel
* libxslt/numbers.c libxslt/numbersInternals.h: applied a
patch from Ken Neighbors fixing some format-number inconsistencies
* tests/numbers/format-number.out tests/numbers/format-number.xml
tests/numbers/format-number.xsl: the patch also included
updates to the regression tests
Daniel
* libxslt/numbers.c: patch from Richard Jinks t correct a bug in
xsl:number level="multiple"
* tests/docs/Makefile.am tests/docs/bug-84.xml
tests/general/Makefile.am tests/general/bug-84.*: added a
specific example in the regression tests
Daniel
* win32/Makefile.msvc libexslt/Makefile.am libexslt/date.c
libexslt/dynamic.c libexslt/exslt.c libexslt/exslt.h: applied
a patch from Mark Vakoc to implement the EXSLT
object dyn:evaluate(string) extension function, and a small fix
to date.c
Daniel
* libxslt/namespaces.c libxslt/transform.c: fix bug #81099 about
duplicated namespace declarations, this might not be as generic as
it should but works well for DocBook stylesheets
Daniel
* python/libxslt-python-api.xml python/libxslt.c
python/libxsltclass.txt : tried to fix#79105 by providing a
specific error registering routine.
Daniel
* libxslt/xsltutils.[ch] : applied patch from Morus Walter
adding xsltSaveResultToString()
* doc/APIfiles.html doc/APIfunctions.html doc/libxslt-api.xml
doc/libxslt-decl.txt doc/libxslt-refs.xml: this increased the
API with the new function.
Daniel
* libexslt/libexslt.4 libxslt/libxslt.4 libxslt/keys.c
libxslt/xsltconfig.h.in: applied a man page patch from
Christian Cornelssen and fixed a couple of issues he raised.
Daniel
* libxslt/extensions.[ch] xsltproc/xsltproc.c win32/libxslt.def.src:
Applied Mark Vakoc patch to show registered extensions in xsltproc
* doc/*: rebuilt the API, docs and website
* python/libxsltclass.txt: this added an entry point
Daniel
* libexslt/date.c: applied another patch from Charles Bozeman to
enhance date/duration support
* tests/exslt/date: added the associated set of regression tests
Daniel
* libxslt/attributes.c: removed a warning
* libxslt/transform.c libxslt/transform.h win32/libxslt.def.src:
added xsltRunStylesheetUser() API needed to fix#78546
* xsltproc/xsltproc.c: second part of the fix#78546
Daniel
* tests/docs/Makefile.am tests/docs/bug-83.xml
tests/general/Makefile.am tests/general/bug-83.*: added a
specific example for bug #78662 in the regression tests
* tests/docbook/: this also changed a couple of DocBook results
Daniel