1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-08 11:02:18 +03:00
Commit Graph

422 Commits

Author SHA1 Message Date
Daniel Veillard
1872dd7884 updated to docbook-xsl-1.4, regenerated results Daniel
* test/docbook: updated to docbook-xsl-1.4, regenerated results
Daniel
2001-06-23 17:06:54 +00:00
Daniel Veillard
06dd93086f - Makefile.am libxslt/Makefile.am libxslt/numbers.c
libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c:
  Patches for Windows mostly contributed by Yon Derek
- win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw
  win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp:
  Project file for Mircrosoft C provided by Yon Derek
Daniel
2001-06-23 15:41:55 +00:00
Daniel Veillard
9c25652524 closing bug #56517, fixed a number of problems in the patterns
* libxslt/pattern.c: closing bug #56517, fixed a number of
  problems in the patterns compilations, priorities and debug
* libxslt/transform.c: improved the template debug message
* tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-39-* tests/docs/bug-39-*: added a specific
  regression test for #56517
Daniel
2001-06-23 12:24:49 +00:00
Daniel Veillard
bf7c97febe Don't bother me with generated files, Daniel 2001-06-22 14:36:47 +00:00
Daniel Veillard
134706d5da Removed the result of the multiple tests, it's generated stuff, Daniel 2001-06-22 14:35:03 +00:00
Daniel Veillard
0a89a432be - libxslt/xslt.c: avoid a stupid bug when compiling with
libxml < 2.3.11 and without LIBXML_DEBUG_ENABLED
Daniel
2001-06-22 14:18:43 +00:00
Daniel Veillard
33ad1c6878 - libxslt/numbers.c: fix of a small bug
- libxslt/transform.c libxslt/variables.c libxslt/xslt.c: cleanups
  while bug-hunting
Daniel
2001-06-21 22:13:02 +00:00
ÉRDI Gergo
d6b54355e2 More .cvsignore entries 2001-06-20 22:40:03 +00:00
Daniel Veillard
5cb133256f added XHTML and XSL FO to the regression tests added XHTML stylesheets
* tests/docbook/Makefile.am: added XHTML and XSL FO to the
  regression tests
* tests/docbook/xhtml/*: added XHTML stylesheets
* tests/docbook/fo/*: added XSL FO stylesheets
* tests/docbook/result/xhtml/*: added XHTML results
* tests/docbook/result/fo/*: added XSL FO results
Daniel
2001-06-19 14:16:56 +00:00
Daniel Veillard
fde3fa2f32 - HACKING: fixed, added William
Daniel
2001-06-18 22:21:10 +00:00
ÉRDI Gergo
b58357db78 Adding generated files to .cvsignore -- Hope you don't mind, Daniel 2001-06-18 21:02:58 +00:00
Daniel Veillard
31f699731b - libxslt/xsltutils.c: forgot to flush in xsltSaveTo() in html and
xml cases, and fixed text output to be recursive in text nodes
  lookups
Daniel
2001-06-18 16:38:35 +00:00
Daniel Veillard
18c736b0ca - configure.in: patch from Tony Graham to cleanup libxml2 detection
Daniel
2001-06-18 13:45:59 +00:00
Daniel Veillard
e5c1ef8f4c - libxslt/xsltutils.[ch]: fixed xsltGetNsProp, i always forget
'namespace' is a reserved C++ identifier
Daniel
2001-06-17 15:43:53 +00:00
Daniel Veillard
7b28dd1ed9 adding 0.12.0 release Daniel
* doc/xslt.html: adding 0.12.0 release
Daniel
2001-06-17 15:09:33 +00:00
Daniel Veillard
9083db0340 - configure.in: preparing 0.12.0 release
- libxslt/transform.c: a bit of cleanup on the XInclude defaults
- libxslt/xsltconfig.h.in: added doc inline comment
- libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations
  and enriched xsltproc --version to show them
- doc/html/*.html: rebuilt the docs
- doc/Makefile.am libxslt.spec.in: try to make sure John Fleck
  tutorial ends up in the tars and RPMs
Daniel
LIBXSLT_0_12_0
2001-06-17 11:25:09 +00:00
Daniel Veillard
d7cfe763a9 updated the descriptions Daniel
* libxslt.spec.in: updated the descriptions
Daniel
2001-06-16 21:59:54 +00:00
Daniel Veillard
419f712f18 fixed the title, Daniel
fixed the title,
Daniel
2001-06-16 21:54:20 +00:00
Daniel Veillard
59d1ddb347 - libxslt/namespaces.[ch]: added a single namespace def copy
operation xsltCopyNamespace(). cleaned up xsltCopyNamespaceList()
- libxslt/transform.c: cleaned up xsltCopyNode to cope with
  any kind of input nodes.
- libxslt/variables.c: checked and closed the last TODO about
  namespace propagation
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-38-* tests/docs/bug-38-*: added a specific
  regression test for #56115
Daniel
2001-06-16 21:33:05 +00:00
MDT 2001 John Fleck
7cec9740f1 adding discussion of freeing memory, image files for callouts, link to
Sat Jun 16 09:27:27 MDT 2001 John Fleck <jfleck@inkstain.net>

	* updating tutorial: adding discussion of freeing memory, image
	files for callouts, link to xsltproc.c code
2001-06-16 15:46:24 +00:00
Daniel Veillard
4f38e9519c - libxslt/variables.c: bug #56267 was still not fixed, forgot
to remove the old code
- tests/general/bug-37-.xsl: wrong reference to 36 fixed, this does
  the test for good
Daniel
2001-06-16 13:25:56 +00:00
Daniel Veillard
4bfa9d3e81 - libxslt/variables.c: fixed bug #56267, namespaces must
be propagated when evaluating local variables.
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-37-* tests/docs/bug-37-*: added a specific
  regression test for #56267
Daniel
2001-06-15 22:33:52 +00:00
Daniel Veillard
e5cbfa7c12 - libxslt/keys.c: avoid a possibility of an uninitialized variable
- libxslt/documents.c libxslt/transform.[ch] libxslt/transform.h
  libxslt/xsltInternals.h libxslt/xsltproc.c: Implement Raphael Hertzog
  request to have xinclude processing done on document() if requested
Daniel
2001-06-15 16:32:33 +00:00
Daniel Veillard
ca5c158bd2 - libxslt/Makefile.am: applied patch from Sander Vesik for -j2
Daniel
2001-06-14 18:53:57 +00:00
Daniel Veillard
2e5b47750a - libxslt/preproc.c: removed a warning on xsl:transform
- tests/docs/Makefile.am tests/docs/array.xml tests/general/Makefile.am
  tests/general/array.out tests/general/array.xsl: added a new
  test fround in xsl-dev
Daniel
2001-06-14 08:09:43 +00:00
Daniel Veillard
bb3b8786f9 - tests/docbook/result/html/*.html tests/XSLTMark/xslbench[12].out
tests/xmlspec/REC-xml-20001006*.html: the changes to the HTML
  serializer of libxml impacted the result of some tests. Checked
  that the XML REC renders identically.
Daniel
2001-06-13 21:15:25 +00:00
MDT 2001 John Fleck
f05089a880 fixing embarassing typos in doc/tutorial/libxslttutorial.xml and generated
Mon Jun 11 07:19:06 MDT 2001 John Fleck <jfleck@inkstain.net>

	* fixing embarassing typos in doc/tutorial/libxslttutorial.xml and
	generated html
2001-06-11 13:21:06 +00:00
Daniel Veillard
8e0fa46829 - libxslt/variables.c: fixed bug #55670, namespaces must
be propagated when evaluating global variables.
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-36-* tests/docs/bug-36-*: added a specific
  regression test for #55670
Daniel
2001-06-11 11:44:36 +00:00
Daniel Veillard
92f7b148da linked to the tutorial Daniel
* doc/xslt.html: linked to the tutorial
Daniel
2001-06-11 07:36:43 +00:00
MDT 2001 John Fleck
33589bf73c doc/tutorial/libxslt_tutorial.c, libxslttutorial.html, libxslttutorial.xml
Sun Jun 10 19:36:31 MDT 2001 John Fleck <jfleck@inkstain.net>

	* doc/tutorial/libxslt_tutorial.c,  libxslttutorial.html,
	libxslttutorial.xml
	adding tutorial
2001-06-11 01:38:57 +00:00
Daniel Veillard
cf61bf60f1 - libxslt/transform.c: closed bug #55723, problem was due to
a limitation of xsltGetNamespace() when the insertion point
  is the document.
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-35-* tests/docs/bug-35-*: added a specific
  regression test for #55723
Daniel
2001-06-10 19:54:50 +00:00
William M. Brack
9ecd5f55df posted changes commited earlier 2001-06-10 06:58:28 +00:00
William M. Brack
2a9d67d6c3 documents.[hc] : added new procedure xsltFindDocument, needed when
documents.[hc] : added new procedure xsltFindDocument, needed when document changed within xsltApplyTemplates and xsltForEach
keys.c : saved and restored ctxt->document within xsltInitKey
transform.c : fixed several problems with document() within xsltApplyTemplates and xsltForEach.  Also cleaned up misc. messages
2001-06-10 06:30:59 +00:00
Daniel Veillard
522fda6c51 Fixed a few URLs, Daniel 2001-06-09 21:58:35 +00:00
Daniel Veillard
6267ef434a - libxslt/xsltutils.[ch]: closing bug #55683 required to add
xsltGetNsProp()
- libxslt/attributes.c libxslt/imports.c libxslt/namespaces.c
  libxslt/preproc.c libxslt/templates.c libxslt/xslt.c:
  Updated to use the new function
- tests/XSLTMark/prettyprint.out tests/docbook/result/html/*.html:
  the fixes in the serialization of <pre> in HTML in libxml
  led to a number of changes in the output
Daniel
2001-06-07 19:35:15 +00:00
Daniel Veillard
422e3fc30e - tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-32-* tests/docs/bug-32-*: added a specific
  regression test for #55722
Daniel
2001-06-06 08:24:24 +00:00
Daniel Veillard
6c06207b82 - doc/xslt.html: updated to ask to not send mail directly
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-33-* tests/docs/bug-33-*: added a specific
  regression test for #55722
Daniel
2001-06-06 07:52:17 +00:00
Daniel Veillard
fc08492214 - libxslt/pattern.c : trying to fix #55670
- tests/XSLTMark/reverser.out : result of test changed when
  William fixed XPath
Daniel
2001-06-05 15:08:14 +00:00
Daniel Veillard
e2f31bbec9 - doc/xslt.html: updated with 0.11.0
daniel
LIBXSLT_0_11_0
2001-06-01 10:51:54 +00:00
Daniel Veillard
455cbbcdc3 - configure.in libxslt.spec.in: released 0.11.0
Daniel
2001-06-01 09:32:02 +00:00
Daniel Veillard
9a207d6d09 - libxslt/transform.c: William M. Brack found a small bug
when call-template didn't find the template.
Daniel
2001-05-28 10:55:59 +00:00
Daniel Veillard
3690f0bdcc - libxslt/transform.c: fixed handling of PI and comments
(bug raised by Brent M Hendricks).
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-31-* tests/docs/bug-31-*: added a specific
  regression test
Daniel
2001-05-26 15:09:54 +00:00
Daniel Veillard
5256b326be - libxslt/xsltproc.c: added --xinclude in the option list,
patch from Raphael Hertzog
- test/docbook/Makefile.am: force at least the gdp-handbook.xml
  test in the normal testsuite
Daniel
2001-05-23 12:14:10 +00:00
Daniel Veillard
59cd2492c0 - libxslt/variables.c: Mark Vakoc found a bug in variable eval
at the top template level
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-30-* tests/docs/bug-30-*: added a specific
  regression test
Daniel
2001-05-22 22:07:42 +00:00
Daniel Veillard
6540b25a72 - libxslt/functions.c: fixed the document() bug reported by
Stephane GUIBOUD-RIBAUD
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-29-* tests/docs/bug-29-*: added a specific
  regression test
Daniel
2001-05-22 16:58:12 +00:00
Daniel Veillard
e8050b3812 - configure.in libxslt/Makefile.am: fixed bug #54953
- libxslt/attributes.c: cleanup pointed by Joe Orton
- libxslt/xsltproc.c: added --catalogs to load catalogs from
  $SGML_CATALOG_FILES
- libxslt/functions.c: cleanup unreached code
- configure.in config.h.in libxslt/xsltproc.c: guarded the
  include with preprocessor definitions
Daniel
2001-05-22 14:59:48 +00:00
Daniel Veillard
d4ab0d4a43 - tests/documents/Makefile.am tests/general/Makefile.am
tests/multiple/Makefile.am tests/namespaces/Makefile.am
  tests/numbers/Makefile.am tests/xmlspec/Makefile.am
  tests/REC/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am
  tests/XSLTMark/Makefile.am tests/docbook/Makefile.am
  configure.in: Makefiles cleanup from Joe Orton
Daniel
2001-05-20 18:57:32 +00:00
Daniel Veillard
43f6596668 Previous commit broke ???
Daniel
2001-05-20 13:23:02 +00:00
Daniel Veillard
62297def13 - tests/docbook/result/html/external.html
tests/docbook/result/html/graphics.html
  tests/docbook/result/html/gtest.html
  tests/docbook/test/external.xml tests/docbook/test/subdoc.ent:
  Added a test from coolo for IDs in external parsed entities
  and fixed 2 outputs
Daniel
2001-05-20 13:22:24 +00:00
Daniel Veillard
66746536df - libxslt/xslt.[ch] libxslt/xsltconfig.h.in libxslt/xsltproc.c:
added --version info to xsltproc closing #54952
Daniel
2001-05-19 20:33:55 +00:00