1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00
Commit Graph

888 Commits

Author SHA1 Message Date
5ebd21a46b 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
2002-07-01 22:19:55 +00:00
37880c60fd 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
2002-06-30 03:10:23 +00:00
4b5f41afe4 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
2002-06-19 11:42:31 +00:00
441bb78ec9 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
2002-06-15 13:45:04 +00:00
a2a8835a4b 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
2002-06-10 12:55:21 +00:00
14b17c1284 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
2002-05-31 07:32:37 +00:00
765957430f 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
2002-05-30 21:36:59 +00:00
52a0b2ad40 Updated with 1.0.18 informations, Daniel 2002-05-28 16:46:32 +00:00
8bc5391717 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
LIBXSLT_1_0_18
2002-05-27 21:25:43 +00:00
18dc8c87d4 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
2002-05-27 17:14:56 +00:00
d590144a32 Fixing the download page #81728, Daniel 2002-05-27 14:32:17 +00:00
677e44e966 fix bug #82970 Daniel
* libxslt.pc.in: fix bug #82970
Daniel
2002-05-25 10:07:09 +00:00
eef2ef13ad 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
2002-05-24 13:03:04 +00:00
918350377b 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
2002-05-23 16:07:50 +00:00
da6e0bd812 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
2002-05-22 09:50:24 +00:00
ef73de6343 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
2002-05-21 17:39:37 +00:00
9f9eab6028 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
2002-05-21 06:42:59 +00:00
d4d4d5abec 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
2002-05-18 08:01:57 +00:00
d2eb315a3d moved the extension dump out of the loop Daniel
* xsltproc/xsltproc.c: moved the extension dump out of the loop
Daniel
2002-05-16 17:38:09 +00:00
0f879dd4f2 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
2002-05-16 17:33:29 +00:00
5ea5f8bad0 *** empty log message *** 2002-05-14 22:23:17 +00:00
09023fafa2 *** empty log message *** 2002-05-14 22:19:03 +00:00
9b6e337787 xml:include crash fix 2002-05-14 22:18:40 +00:00
2147b9a57d *** empty log message *** 2002-05-08 23:38:01 +00:00
133db0ca5c Fixed a typo _cplusplus -> __cplusplus 2002-05-08 23:37:32 +00:00
7fb3b3fc09 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
2002-05-02 09:09:18 +00:00
8f72b6038f Added a pointer to the pascal bindings from the Related Links section, Daniel 2002-05-02 06:13:01 +00:00
55acf81157 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
2002-04-30 16:09:51 +00:00
f16c0ab424 Updated the News section with the new release, Daniel 2002-04-30 07:11:45 +00:00
960e73de16 preparing 1.0.17 rebuilt the docs. Daniel
* configure.in libxslt/xsltwin32config.h: preparing 1.0.17
* doc/*: rebuilt the docs.
Daniel
LIBXSLT_1_0_17
2002-04-29 17:01:32 +00:00
0106ddbfd3 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
2002-04-29 15:26:21 +00:00
328d1ce2ca *** empty log message *** 2002-04-28 15:54:54 +00:00
3e7241008b Updated export definitions 2002-04-28 15:52:54 +00:00
6e9e570382 Removed obsolete macros 2002-04-28 15:52:30 +00:00
6e04515d01 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
2002-04-28 15:47:41 +00:00
46964faf7d Added more links and a mirror in Austria, Daniel 2002-04-26 09:20:30 +00:00
eba179e9b4 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
2002-04-26 06:17:51 +00:00
8993631196 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
2002-04-25 06:19:42 +00:00
0d925903c7 extern "C" { missing by Mark Vakoc Daniel
* libexslt/exslt.h: extern "C" {  missing by Mark Vakoc
Daniel
2002-04-18 20:58:15 +00:00
f1033321c0 *** empty log message *** 2002-04-17 21:17:47 +00:00
b4bd24584f *** empty log message *** 2002-04-16 18:58:32 +00:00
1feca14f9f *** empty log message *** 2002-04-16 17:58:19 +00:00
a9dd67008e Remove the mailto and point to the bug reporting page, Daniel 2002-04-16 12:31:20 +00:00
a8eebd2d96 Updated the web site, daniel 2002-04-15 19:00:28 +00:00
7dd3a54ca0 preparing 1.0.16 updated and rebuilt the docs Daniel
* configure.in: preparing 1.0.16
* doc/*: updated and rebuilt the docs
Daniel
LIBXSLT_1_0_16
2002-04-15 17:28:16 +00:00
6ca5fcf67b 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
2002-04-15 15:30:21 +00:00
00ce7dd814 fixing the equivalent of #75779 Daniel
* python/Makefile.am: fixing the equivalent of #75779
Daniel
2002-04-15 13:59:07 +00:00
42681a3efe 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
2002-04-15 12:02:03 +00:00
4ec7719012 Oops actually forgot to cvs add the new test, Daniel 2002-04-14 22:05:55 +00:00
b757872ded 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
2002-04-14 22:04:00 +00:00