Daniel Veillard [Tue, 22 Oct 2002 19:02:40 +0000 (19:02 +0000)]
Forgot to check a pointer, fixes bug #96495 Daniel
* libxslt/pattern.c: Forgot to check a pointer, fixes bug #96495
Daniel
Daniel Veillard [Tue, 22 Oct 2002 18:54:01 +0000 (18:54 +0000)]
fixed include c.f. bug #96487 Red Hat 8.0 induced change Daniel
* libxslt/keys.h: fixed include c.f. bug #96487
* config.h.in: Red Hat 8.0 induced change
Daniel
Daniel Veillard [Tue, 22 Oct 2002 15:34:36 +0000 (15:34 +0000)]
fixed bug #78501 when using a non ascii character for the number
* libxslt/numbers.c libxslt/numbersInternals.h libxslt/xsltutils.[ch]:
fixed bug #78501 when using a non ascii character for the
number formatting grouping separator.
* tests/docs/Makefile.am tests/docs/bug-95.xml
tests/general/Makefile.am tests/general/bug-95.*: added the
example in the regression tests for this case
* libxslt/attributes.c: cleaning up a problem introduced in last
patch
Daniel
Igor Zlatkovic [Mon, 21 Oct 2002 07:34:27 +0000 (07:34 +0000)]
*** empty log message ***
Igor Zlatkovic [Mon, 21 Oct 2002 07:32:35 +0000 (07:32 +0000)]
fixed minor typo in a call to xmlHasNsProp
Daniel Veillard [Sun, 20 Oct 2002 21:21:26 +0000 (21:21 +0000)]
fixed bugs when passing result value tree to Python functions. Daniel
* python/types.c: fixed bugs when passing result value tree
to Python functions.
Daniel
Igor Zlatkovic [Sun, 20 Oct 2002 13:25:20 +0000 (13:25 +0000)]
*** empty log message ***
Igor Zlatkovic [Sun, 20 Oct 2002 13:25:08 +0000 (13:25 +0000)]
mapped vsnprintf to _vsnprintf for MS runtime
Igor Zlatkovic [Sun, 20 Oct 2002 13:24:47 +0000 (13:24 +0000)]
mapped snprintf to _snprintf for MS runtime
Daniel Veillard [Fri, 18 Oct 2002 11:42:04 +0000 (11:42 +0000)]
preparing 1.0.22 upated and rebuilt the docs Daniel
* configure.in: preparing 1.0.22
* doc/*: upated and rebuilt the docs
Daniel
Daniel Veillard [Thu, 17 Oct 2002 14:34:07 +0000 (14:34 +0000)]
fixed bug #86421 added the example in the regression tests for this case
* libxslt/variables.c: fixed bug #86421
* tests/docs/Makefile.am tests/docs/bug-94.xml
tests/general/Makefile.am tests/general/bug-94.*: added the
example in the regression tests for this case
Daniel
Daniel Veillard [Thu, 17 Oct 2002 13:51:17 +0000 (13:51 +0000)]
added and tested the --path option to close #79638 Daniel
* xsltproc: added and tested the --path option to close #79638
Daniel
Daniel Veillard [Thu, 17 Oct 2002 13:27:59 +0000 (13:27 +0000)]
fixing bug #95826 the attribute was reset with the inherited stylesheet
* libxslt/attributes.c: fixing bug #95826 the attribute was reset
with the inherited stylesheet value.
* tests/docs/Makefile.am tests/docs/bug-93.xml
tests/general/Makefile.am tests/general/bug-93-inc.*
tests/general/bug-93.*: added the example in the regression
tests for this case
Daniel
Daniel Veillard [Tue, 15 Oct 2002 16:06:47 +0000 (16:06 +0000)]
added the possibility to register a transformation context specific error
* libxslt/xsltInternals.h libxslt/xsltutils.[ch]: added the
possibility to register a transformation context specific
error handler, with xsltSetTransformErrorFunc() and provided
a new routine xsltTransformError() to handle contextual errors,
this should fix #94435
* libxslt/*.c: modified all the code to use the context specific
error handling, as a result xsltPrintErrorContext() is not called
anymore except internally from xsltTransformError()
Daniel
Daniel Veillard [Tue, 15 Oct 2002 13:08:41 +0000 (13:08 +0000)]
closing #94933, any error will make the transformation abort with no
* libxslt/transform.c: closing #94933, any error will make
the transformation abort with no result.
* tests/reports/tst-1.err tests/reports/tst-1.out
tests/reports/undefvar.err: this changed the regression tests
output.
* tests/exslt/date/difference.1.out tests/exslt/date/seconds.1.out:
updated the result accordingly to the fixes done last month.
* libxslt/namespaces.c: make sure to avoid duplicate namespace
declarations in the result trees. May fix #93692 but it's unclear.
Daniel
Daniel Veillard [Tue, 15 Oct 2002 11:04:51 +0000 (11:04 +0000)]
added a --path option to provide the enhancement requested by #79638,
* xsltproc/xsltproc.c: added a --path option to provide the
enhancement requested by #79638, first cur at it, untested yet.
Daniel
Daniel Veillard [Tue, 15 Oct 2002 11:03:42 +0000 (11:03 +0000)]
seems the media-type attribute wasn't always correctly handled Daniel
* libxslt/xslt.c: seems the media-type attribute wasn't
always correctly handled
Daniel
Daniel Veillard [Tue, 15 Oct 2002 10:55:24 +0000 (10:55 +0000)]
added URI escaping in case the resource target computation of
* libxslt/transform.c: added URI escaping in case the resource
target computation of exslt:element failed. Should fix #81837
Daniel
Daniel Veillard [Tue, 15 Oct 2002 10:43:01 +0000 (10:43 +0000)]
updated the contact informations Daniel
* README: updated the contact informations
Daniel
Daniel Veillard [Tue, 15 Oct 2002 09:45:29 +0000 (09:45 +0000)]
fixed the behaviour of node() patter which didn't patch the one defined in
* libxslt/pattern.c: fixed the behaviour of node() patter which
didn't patch the one defined in XPath :-( . Closes bug #95793
* tests/docs/Makefile.am tests/docs/bug-92.xml
tests/general/Makefile.am tests/general/bug-92.*: added the
example in the regression tests for this case
Daniel
Igor Zlatkovic [Mon, 14 Oct 2002 10:32:43 +0000 (10:32 +0000)]
*** empty log message ***
Igor Zlatkovic [Mon, 14 Oct 2002 10:32:23 +0000 (10:32 +0000)]
exported security.c functions
Igor Zlatkovic [Mon, 14 Oct 2002 10:32:01 +0000 (10:32 +0000)]
added security.c
Igor Zlatkovic [Mon, 14 Oct 2002 10:31:21 +0000 (10:31 +0000)]
remapped mkdir to _mkdir for MS runtime
Daniel Veillard [Thu, 10 Oct 2002 16:50:17 +0000 (16:50 +0000)]
added another option --writesubtree to allow documents to be written only
* xsltproc/xsltproc.c: added another option --writesubtree to allow
documents to be written only to a given subtree.
Daniel
Daniel Veillard [Thu, 10 Oct 2002 15:26:25 +0000 (15:26 +0000)]
new module with runtime security checks, it will also check and do
* libxslt/security.[ch] libxslt/Makefile.am: new module with
runtime security checks, it will also check and do directory
creation when allowed
* libxslt/documents.c libxslt/imports.c libxslt/transform.c
libxslt/xslt.c libxslt/xsltInternals.h: plug-in the new
security infrastructure probes at file reading or file creation
* xsltproc/xsltproc.c: plugged the security module there too,
added the new options --nowrite and --nomkdir
* doc/*: updated the man page and regenerated.
Daniel
Daniel Veillard [Wed, 9 Oct 2002 19:42:21 +0000 (19:42 +0000)]
made the link to search relative, Daniel
Daniel Veillard [Wed, 9 Oct 2002 16:39:40 +0000 (16:39 +0000)]
updated the doc XSLT to add the search, added the search page, fixed a
* doc/*: updated the doc XSLT to add the search, added the search
page, fixed a link problem raised by Yves Pratter, regenerated
Daniel
Daniel Veillard [Wed, 9 Oct 2002 12:29:41 +0000 (12:29 +0000)]
the indexer version of the XSLT part of the xmlsoft site + archives Daniel
* doc/index.py: the indexer version of the XSLT part of the
xmlsoft site + archives
Daniel
Igor Zlatkovic [Sun, 29 Sep 2002 18:07:11 +0000 (18:07 +0000)]
*** empty log message ***
Igor Zlatkovic [Sun, 29 Sep 2002 18:05:13 +0000 (18:05 +0000)]
introduced double-run compilation
Igor Zlatkovic [Sun, 29 Sep 2002 18:03:23 +0000 (18:03 +0000)]
added .cvsignore
Daniel Veillard [Thu, 26 Sep 2002 18:57:20 +0000 (18:57 +0000)]
Forgot to bump the release number, don't drink-release :-( !
Daniel
Daniel Veillard [Thu, 26 Sep 2002 18:30:41 +0000 (18:30 +0000)]
preparing 1.0.21 updated and regenerated the docs and web pages Daniel
* configure.in: preparing 1.0.21
* doc/* : updated and regenerated the docs and web pages
Daniel
Daniel Veillard [Wed, 25 Sep 2002 09:20:37 +0000 (09:20 +0000)]
fixed a disable output escaping bug for HTML output introduced in 1.0.20
* libxslt/transform.c: fixed a disable output escaping bug for
HTML output introduced in 1.0.20 and raised by Mario Weilguni
* tests/docs/Makefile.am tests/docs/bug-91.xml
tests/general/Makefile.am tests/general/bug-91.*: added the
example in the regression tests for this case
Daniel
MDT 2002 John Fleck [Wed, 25 Sep 2002 02:34:55 +0000 (02:34 +0000)]
doc/xlst.html changing link on ftp.gnome.org
Tue Sep 24 20:33:08 MDT 2002 John Fleck <jfleck@inkstain.net>
* doc/xlst.html
changing link on ftp.gnome.org
Daniel Veillard [Mon, 23 Sep 2002 08:16:17 +0000 (08:16 +0000)]
set-up DIST_SUBDIRS to avoid the same problem Jacob reported for libxml2
* Makefile.am: set-up DIST_SUBDIRS to avoid the same problem Jacob
reported for libxml2
Daniel
Daniel Veillard [Fri, 20 Sep 2002 08:56:01 +0000 (08:56 +0000)]
fixed a problem reported by Mark Vakoc Daniel
* libxslt/templates.c: fixed a problem reported by Mark Vakoc
Daniel
Igor Zlatkovic [Wed, 18 Sep 2002 13:50:36 +0000 (13:50 +0000)]
*** empty log message ***
Igor Zlatkovic [Wed, 18 Sep 2002 13:50:13 +0000 (13:50 +0000)]
added recently discussed test cases
Igor Zlatkovic [Wed, 18 Sep 2002 13:47:57 +0000 (13:47 +0000)]
fixed the embedded '-' in the duration format function
Igor Zlatkovic [Tue, 17 Sep 2002 16:14:27 +0000 (16:14 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 17 Sep 2002 16:14:07 +0000 (16:14 +0000)]
removed unused variable
Igor Zlatkovic [Tue, 17 Sep 2002 16:13:44 +0000 (16:13 +0000)]
fixed date:difference() bugs, removed type conversion warnings
MDT 2002 John Fleck [Sat, 14 Sep 2002 22:18:39 +0000 (22:18 +0000)]
doc/xsltproc.html oops, forgot to update the html version of the man page
Sat Sep 14 16:17:51 MDT 2002 John Fleck <jfleck@inkstain.net>
* doc/xsltproc.html
oops, forgot to update the html version of the man page
MDT 2002 John Fleck [Sat, 14 Sep 2002 22:13:04 +0000 (22:13 +0000)]
doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc2.html Fixing erroneous
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)
Igor Zlatkovic [Tue, 10 Sep 2002 19:06:53 +0000 (19:06 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 10 Sep 2002 19:06:41 +0000 (19:06 +0000)]
added more readme info for the binary package
Daniel Veillard [Mon, 9 Sep 2002 12:08:24 +0000 (12:08 +0000)]
fixed a bug in match="node()" reported by Ben Ko Daniel
* libxslt/pattern.c: fixed a bug in match="node()" reported by Ben Ko
Daniel
Daniel Veillard [Mon, 9 Sep 2002 12:06:51 +0000 (12:06 +0000)]
fixes libary path for x86_64 AMD Daniel
* libxslt.spec.in: fixes libary path for x86_64 AMD
Daniel
Daniel Veillard [Mon, 9 Sep 2002 10:54:56 +0000 (10:54 +0000)]
Adding link to MacOsX binaries, Daniel
Daniel Veillard [Thu, 5 Sep 2002 08:08:39 +0000 (08:08 +0000)]
applied patch from Christophe Merlet to reestablish DESTDIR Daniel
* python/Makefile.am: applied patch from Christophe Merlet to
reestablish DESTDIR
Daniel
Daniel Veillard [Thu, 29 Aug 2002 19:27:16 +0000 (19:27 +0000)]
re-applied the patch from Nathan Myers about a possible memory leak in
* libxslt/transform.c: re-applied the patch from Nathan Myers about
a possible memory leak in case of error
Daniel
Daniel Veillard [Wed, 28 Aug 2002 21:19:34 +0000 (21:19 +0000)]
Use the new Gnome2 logo, Daniel
Daniel Veillard [Wed, 28 Aug 2002 11:52:46 +0000 (11:52 +0000)]
nice logos generated by Marc Liyanage changed the stylesheet to show the
* 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
Daniel Veillard [Sun, 25 Aug 2002 15:04:00 +0000 (15:04 +0000)]
applied a patch from Ralf Mattes providing style.saveResultToString()
* 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
Daniel Veillard [Fri, 23 Aug 2002 12:01:09 +0000 (12:01 +0000)]
preparing release 1.0.20 updated and regenerated the docs Daniel
* configure.in: preparing release 1.0.20
* doc/*: updated and regenerated the docs
Daniel
Daniel Veillard [Wed, 21 Aug 2002 19:29:32 +0000 (19:29 +0000)]
fixed a bug w.r.t. namespace context when doing the evaluation of
* 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
Daniel Veillard [Wed, 21 Aug 2002 17:00:38 +0000 (17:00 +0000)]
fixed the parameter order when calling Python based extensions. Daniel
* python/libxslt.c: fixed the parameter order when calling
Python based extensions.
Daniel
Daniel Veillard [Wed, 21 Aug 2002 11:50:53 +0000 (11:50 +0000)]
fixed bug #89258 and a bit of cleanup. added the example in the regression
* 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
Igor Zlatkovic [Tue, 20 Aug 2002 14:42:53 +0000 (14:42 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 20 Aug 2002 14:42:45 +0000 (14:42 +0000)]
Added the prefix location to the include and lib search path
Daniel Veillard [Mon, 19 Aug 2002 13:05:29 +0000 (13:05 +0000)]
found and fixed the small <xsl:choose> bug which was giving troubles to
* 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
Havoc Pennington [Sun, 18 Aug 2002 22:22:16 +0000 (22:22 +0000)]
hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and
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"
Daniel Veillard [Wed, 14 Aug 2002 16:56:52 +0000 (16:56 +0000)]
AMD x86-64 induced changes from Frederic Crozat Daniel
* configure.in python/Makefile.am: AMD x86-64 induced changes from
Frederic Crozat
Daniel
Daniel Veillard [Wed, 14 Aug 2002 11:37:09 +0000 (11:37 +0000)]
recovering to the old (somewhat) broken implementation of document('')
* 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
Daniel Veillard [Tue, 13 Aug 2002 09:22:50 +0000 (09:22 +0000)]
applied another patch from Nathan Myers about a possible memory leak in
* libxslt/transform.c: applied another patch from Nathan Myers about
a possible memory leak in case of error
Daniel
Daniel Veillard [Mon, 12 Aug 2002 21:14:06 +0000 (21:14 +0000)]
applied a patch from Nathan Myers about an erroneous free in case of error
* libxslt/transform.c: applied a patch from Nathan Myers about
an erroneous free in case of error
Daniel
Daniel Veillard [Mon, 12 Aug 2002 08:35:55 +0000 (08:35 +0000)]
Added a link to TestXSLT from Marc Liyanage in the contribution section
and recbuilt the web site,
Daniel
Daniel Veillard [Thu, 1 Aug 2002 12:30:37 +0000 (12:30 +0000)]
upon suggestion of Marc-Andre Lemburg, make the misdetection of libxml2
* configure.in: upon suggestion of Marc-Andre Lemburg, make
the misdetection of libxml2 python bindings a warning only
Daniel
William M. Brack [Mon, 22 Jul 2002 01:42:05 +0000 (01:42 +0000)]
forgot to include xsltInternals.h
William M. Brack [Sun, 21 Jul 2002 11:08:24 +0000 (11:08 +0000)]
fixed bug 87230, also multiple make jobs in python directory
Daniel Veillard [Thu, 18 Jul 2002 22:30:04 +0000 (22:30 +0000)]
Added link to Mac OS X binaries, daniel
Daniel Veillard [Wed, 17 Jul 2002 18:06:59 +0000 (18:06 +0000)]
fixed a bug reported by Keith Isdale at the xsltdbg interface when
* libxslt/attributes.c: fixed a bug reported by Keith Isdale
at the xsltdbg interface when encountering an empty attribute
set.
Daniel
Daniel Veillard [Wed, 17 Jul 2002 17:59:52 +0000 (17:59 +0000)]
the change in HTML meta encoding tag serialization affected some of the
* tests/* : the change in HTML meta encoding tag serialization
affected some of the results
Daniel
Daniel Veillard [Thu, 11 Jul 2002 20:16:18 +0000 (20:16 +0000)]
adding doc/xsltproc.xml to the tarball to fix Red Hat bug #68614 Daniel
* doc/Makefile.am: adding doc/xsltproc.xml to the tarball
to fix Red Hat bug #68614
Daniel
Igor Zlatkovic [Wed, 10 Jul 2002 19:25:57 +0000 (19:25 +0000)]
*** empty log message ***
Igor Zlatkovic [Wed, 10 Jul 2002 19:25:43 +0000 (19:25 +0000)]
Made copy *.pdb in install succeed even if there is no *.pdb
Daniel Veillard [Mon, 8 Jul 2002 15:38:56 +0000 (15:38 +0000)]
Added news about the release of 1.0.19, Daniel
Daniel Veillard [Sun, 7 Jul 2002 14:16:22 +0000 (14:16 +0000)]
Fixed the CVS snapshot link as pointed by Ken Neighbors, Daniel
Daniel Veillard [Sat, 6 Jul 2002 19:59:19 +0000 (19:59 +0000)]
preparing 1.0.19 rebuilt the docs Daniel
* configure.in: preparing 1.0.19
* doc/* : rebuilt the docs
Daniel
Daniel Veillard [Sat, 6 Jul 2002 15:59:14 +0000 (15:59 +0000)]
fixed bug #83749 about namespace generated being invalid when they are
* libxslt/transform.c: fixed bug #83749 about namespace generated
being invalid when they are inherited from the context.
Daniel
Daniel Veillard [Fri, 5 Jul 2002 20:37:54 +0000 (20:37 +0000)]
fixed bug #86753 on multiple identical attributes being generated, oops
* 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
Daniel Veillard [Fri, 5 Jul 2002 16:37:21 +0000 (16:37 +0000)]
fixed bug #87279 added an example in the regression tests for this case
* 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
Daniel Veillard [Fri, 5 Jul 2002 14:41:21 +0000 (14:41 +0000)]
applied a patch from Ken Neighbors to implement/fix sorting orders cleaned
* 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
William M. Brack [Thu, 4 Jul 2002 08:53:42 +0000 (08:53 +0000)]
bug 84902 further fix
William M. Brack [Tue, 2 Jul 2002 16:52:53 +0000 (16:52 +0000)]
fix bug 84902
Daniel Veillard [Mon, 1 Jul 2002 22:19:55 +0000 (22:19 +0000)]
added a example in the regression tests for a case where the XML default
* 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
MDT 2002 John Fleck [Sun, 30 Jun 2002 03:10:23 +0000 (03:10 +0000)]
doc/xsltproc.xml, doc/xsltproc.html/, doc/xsltproc.1 updating docs to add
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
Daniel Veillard [Wed, 19 Jun 2002 11:42:31 +0000 (11:42 +0000)]
fixed document('') as pointed by Eric van der Vlist added the specific
* 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
Daniel Veillard [Sat, 15 Jun 2002 13:45:04 +0000 (13:45 +0000)]
applied a patch from Ken Neighbors fixing some format-number
* 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
Daniel Veillard [Mon, 10 Jun 2002 12:55:21 +0000 (12:55 +0000)]
patch from Richard Jinks t correct a bug in xsl:number level="multiple"
* 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
Daniel Veillard [Fri, 31 May 2002 07:32:37 +0000 (07:32 +0000)]
turned a function static applied patch from Mark Vadoc Daniel
* libexslt/dynamic.c: turned a function static
* libxslt/win32config.h: applied patch from Mark Vadoc
Daniel
Daniel Veillard [Thu, 30 May 2002 21:36:59 +0000 (21:36 +0000)]
applied a patch from Mark Vakoc to implement the EXSLT object
* 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
Daniel Veillard [Tue, 28 May 2002 16:46:32 +0000 (16:46 +0000)]
Updated with 1.0.18 informations, Daniel
Daniel Veillard [Mon, 27 May 2002 21:25:43 +0000 (21:25 +0000)]
preparing 1.0.18 recompiled the API and web site Daniel
* configure.in: preparing 1.0.18
* doc/*: recompiled the API and web site
Daniel
Daniel Veillard [Mon, 27 May 2002 17:14:56 +0000 (17:14 +0000)]
fix bug #81099 about duplicated namespace declarations, this might not be
* 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
Daniel Veillard [Mon, 27 May 2002 14:32:17 +0000 (14:32 +0000)]
Fixing the download page #81728, Daniel
Daniel Veillard [Sat, 25 May 2002 10:07:09 +0000 (10:07 +0000)]
fix bug #82970 Daniel
* libxslt.pc.in: fix bug #82970
Daniel
Daniel Veillard [Fri, 24 May 2002 13:03:04 +0000 (13:03 +0000)]
tried to fix #79105 by providing a specific error registering routine.
* python/libxslt-python-api.xml python/libxslt.c
python/libxsltclass.txt : tried to fix #79105 by providing a
specific error registering routine.
Daniel