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
Daniel Veillard [Thu, 23 May 2002 16:07:50 +0000 (16:07 +0000)]
applied patch from Morus Walter adding xsltSaveResultToString() this
* 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
Daniel Veillard [Wed, 22 May 2002 09:50:24 +0000 (09:50 +0000)]
applied a patch from Richard Jinks to avoid a crash in element-available()
* libxslt/function.c: applied a patch from Richard Jinks
to avoid a crash in element-available()
Daniel
Daniel Veillard [Tue, 21 May 2002 17:39:37 +0000 (17:39 +0000)]
applied patch from Geert Kloosterman to not miss gif and .png files in the
* libxslt.spec.in: applied patch from Geert Kloosterman to
not miss gif and .png files in the RPM documentation
Daniel
Daniel Veillard [Tue, 21 May 2002 06:42:59 +0000 (06:42 +0000)]
Applied patch for the EXSLT man page from Charles Bozeman Daniel
* libexslt/libexslt.4: Applied patch for the EXSLT man page
from Charles Bozeman
Daniel
Daniel Veillard [Sat, 18 May 2002 08:01:57 +0000 (08:01 +0000)]
applied a man page patch from Christian Cornelssen and fixed a couple of
* 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
Daniel Veillard [Thu, 16 May 2002 17:38:09 +0000 (17:38 +0000)]
moved the extension dump out of the loop Daniel
* xsltproc/xsltproc.c: moved the extension dump out of the loop
Daniel
Daniel Veillard [Thu, 16 May 2002 17:33:29 +0000 (17:33 +0000)]
Applied Mark Vakoc patch to show registered extensions in xsltproc rebuilt
* 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
Igor Zlatkovic [Tue, 14 May 2002 22:23:17 +0000 (22:23 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 14 May 2002 22:19:03 +0000 (22:19 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 14 May 2002 22:18:40 +0000 (22:18 +0000)]
xml:include crash fix
Igor Zlatkovic [Wed, 8 May 2002 23:38:01 +0000 (23:38 +0000)]
*** empty log message ***
Igor Zlatkovic [Wed, 8 May 2002 23:37:32 +0000 (23:37 +0000)]
Fixed a typo _cplusplus -> __cplusplus
Daniel Veillard [Thu, 2 May 2002 09:09:18 +0000 (09:09 +0000)]
fixed some return code problems raised by Thomas Mauch Daniel
* xsltproc/xsltproc.c libxslt/xsltutils.c doc/xsltproc.xml:
fixed some return code problems raised by Thomas Mauch
Daniel
Daniel Veillard [Thu, 2 May 2002 06:13:01 +0000 (06:13 +0000)]
Added a pointer to the pascal bindings from the Related Links section, Daniel
Daniel Veillard [Tue, 30 Apr 2002 16:09:51 +0000 (16:09 +0000)]
don't allow adding an attribute to a document node Daniel
* libxslt/transform.c: don't allow adding an attribute to
a document node
Daniel
Daniel Veillard [Tue, 30 Apr 2002 07:11:45 +0000 (07:11 +0000)]
Updated the News section with the new release, Daniel
Daniel Veillard [Mon, 29 Apr 2002 17:01:32 +0000 (17:01 +0000)]
preparing 1.0.17 rebuilt the docs. Daniel
* configure.in libxslt/xsltwin32config.h: preparing 1.0.17
* doc/*: rebuilt the docs.
Daniel
Daniel Veillard [Mon, 29 Apr 2002 15:26:21 +0000 (15:26 +0000)]
better attempt to fix the problem in xsltProcessUserParamInternal reported
* libxslt/variables.c: better attempt to fix the problem in
xsltProcessUserParamInternal reported by Babak Vahedipour-Kunze
Daniel
Igor Zlatkovic [Sun, 28 Apr 2002 15:54:54 +0000 (15:54 +0000)]
*** empty log message ***
Igor Zlatkovic [Sun, 28 Apr 2002 15:52:54 +0000 (15:52 +0000)]
Updated export definitions
Igor Zlatkovic [Sun, 28 Apr 2002 15:52:30 +0000 (15:52 +0000)]
Removed obsolete macros
Daniel Veillard [Sun, 28 Apr 2002 15:47:41 +0000 (15:47 +0000)]
tried to fix a problem in xsltProcessUserParamInternal reported by Babak
* libxslt/variables.c: tried to fix a problem in
xsltProcessUserParamInternal reported by Babak Vahedipour-Kunze
Daniel
Daniel Veillard [Fri, 26 Apr 2002 09:20:30 +0000 (09:20 +0000)]
Added more links and a mirror in Austria, Daniel
Daniel Veillard [Fri, 26 Apr 2002 06:17:51 +0000 (06:17 +0000)]
applied another patch from Charles Bozeman to enhance date/duration
* 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
Daniel Veillard [Thu, 25 Apr 2002 06:19:42 +0000 (06:19 +0000)]
applied a patch from Charles Bozeman to add duration routines to the date
* libexslt/date.c: applied a patch from Charles Bozeman to add
duration routines to the date exslt extensions.
Daniel
Daniel Veillard [Thu, 18 Apr 2002 20:58:15 +0000 (20:58 +0000)]
extern "C" { missing by Mark Vakoc Daniel
* libexslt/exslt.h: extern "C" { missing by Mark Vakoc
Daniel
Igor Zlatkovic [Wed, 17 Apr 2002 21:17:47 +0000 (21:17 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 16 Apr 2002 18:58:32 +0000 (18:58 +0000)]
*** empty log message ***
Igor Zlatkovic [Tue, 16 Apr 2002 17:58:19 +0000 (17:58 +0000)]
*** empty log message ***
Daniel Veillard [Tue, 16 Apr 2002 12:31:20 +0000 (12:31 +0000)]
Remove the mailto and point to the bug reporting page, Daniel
Daniel Veillard [Mon, 15 Apr 2002 19:00:28 +0000 (19:00 +0000)]
Updated the web site, daniel
Daniel Veillard [Mon, 15 Apr 2002 17:28:16 +0000 (17:28 +0000)]
preparing 1.0.16 updated and rebuilt the docs Daniel
* configure.in: preparing 1.0.16
* doc/*: updated and rebuilt the docs
Daniel
Daniel Veillard [Mon, 15 Apr 2002 15:30:21 +0000 (15:30 +0000)]
removed a warning added xsltRunStylesheetUser() API needed to fix #78546
* 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
Daniel Veillard [Mon, 15 Apr 2002 13:59:07 +0000 (13:59 +0000)]
fixing the equivalent of #75779 Daniel
* python/Makefile.am: fixing the equivalent of #75779
Daniel
Daniel Veillard [Mon, 15 Apr 2002 12:02:03 +0000 (12:02 +0000)]
fixed bug #78735 added the tests in a separate directory Daniel
* libxslt/keys.c: fixed bug #78735
* configure.in tests/Makefile.am tests/keys/*:
added the tests in a separate directory
Daniel
Daniel Veillard [Sun, 14 Apr 2002 22:05:55 +0000 (22:05 +0000)]
Oops actually forgot to cvs add the new test, Daniel
Daniel Veillard [Sun, 14 Apr 2002 22:04:00 +0000 (22:04 +0000)]
added a specific example for bug #78662 in the regression tests this also
* 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
Daniel Veillard [Sun, 14 Apr 2002 13:35:25 +0000 (13:35 +0000)]
trying to kill #77827 IEEE conformance on alphas fixing bug #78211 added a
* configure.in: trying to kill #77827 IEEE conformance on alphas
* libxslt/imports.c libxslt/transform.c libxslt/xslt.c: fixing
bug #78211
* tests/docs/Makefile.am tests/docs/bug-82.xml
tests/general/Makefile.am tests/general/bug-82.*: added a
specific example for bug #78211 in the regression tests
Daniel
Daniel Veillard [Wed, 10 Apr 2002 18:38:00 +0000 (18:38 +0000)]
applied patch from Mark Vakoc Daniel
* libxslt/pattern.c: applied patch from Mark Vakoc
Daniel
Daniel Veillard [Tue, 2 Apr 2002 02:25:16 +0000 (02:25 +0000)]
Updates with EXSLT links, Daniel
Daniel Veillard [Mon, 1 Apr 2002 09:34:40 +0000 (09:34 +0000)]
Added a link to EXSLT in the home page, and a better link for XSLT-tcl
bindings, Daniel
Daniel Veillard [Fri, 29 Mar 2002 17:29:22 +0000 (17:29 +0000)]
added a specific example for bug #76927 in the regression tests Daniel
* tests/docs/Makefile.am tests/docs/bug-81.xml
tests/general/Makefile.am tests/general/bug-81.*: added a
specific example for bug #76927 in the regression tests
Daniel
Daniel Veillard [Wed, 27 Mar 2002 09:06:22 +0000 (09:06 +0000)]
Added Igor Zlatkovic as official maintainer Albert Chin pointed that
* AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
* python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
that $(datadir) should be used for docs
Daniel
Daniel Veillard [Mon, 25 Mar 2002 22:56:42 +0000 (22:56 +0000)]
Small cleanup, Daniel
Daniel Veillard [Mon, 25 Mar 2002 16:58:51 +0000 (16:58 +0000)]
preparing 1.0.15 updated and rebuilt Daniel
* configure.in: preparing 1.0.15
* doc/*: updated and rebuilt
Daniel
Daniel Veillard [Mon, 25 Mar 2002 16:16:25 +0000 (16:16 +0000)]
Fix bug #76043 about cascading attribute sets added a specific example for
* libxslt/attributes.c libxslt/attributes.h libxslt/pattern.c
libxslt/xslt.c: Fix bug #76043 about cascading attribute sets
* tests/docs/Makefile.am tests/docs/bug-80.xml
tests/general/Makefile.am tests/general/bug-80.*: added a
specific example for bug #76043 in the regression tests
Daniel
Igor Zlatkovic [Sun, 24 Mar 2002 21:04:43 +0000 (21:04 +0000)]
Windows command-line build components added.
Igor Zlatkovic [Sun, 24 Mar 2002 21:02:56 +0000 (21:02 +0000)]
*** empty log message ***
Daniel Veillard [Fri, 22 Mar 2002 18:28:25 +0000 (18:28 +0000)]
Fixing bug #75902 error with @foo[..] steps which were not compiled added
* libxslt/pattern.c: Fixing bug #75902 error with @foo[..]
steps which were not compiled
* tests/docs/Makefile.am tests/docs/bug-79.xml
tests/general/Makefile.am tests/general/bug-79.*: added a
specific example for bug #75902 in the regression tests
Daniel
Daniel Veillard [Fri, 22 Mar 2002 15:15:36 +0000 (15:15 +0000)]
Fixing bug #75777 error with namespaced attribute match rules evaluation
* libxslt/pattern.c: Fixing bug #75777 error with namespaced
attribute match rules evaluation
* tests/docs/Makefile.am tests/docs/bug-78.xml
tests/general/Makefile.am tests/general/bug-78.*: added a
specific example for bug #75777 in the regression tests
Daniel