1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-17 03:22:14 +03:00

40 Commits

Author SHA1 Message Date
Nick Wellnhofer
a11bb0ffd7 xsltproc: Also remove maxparserdepth option from documentation 2024-01-03 17:01:53 +01:00
Nick Wellnhofer
ded5988b11 Remove SVN keyword anchors
Fixes #64.
2022-02-17 19:07:57 +01:00
Nick Wellnhofer
05cea0c72c Update links
Documentation and releases are now available on gitlab.gnome.org.
2022-02-14 22:31:18 +01:00
Nick Wellnhofer
f165525fe7 Recreate xsltproc man page with old Docbook stylesheet URL
Fixes #31.
2020-09-20 16:59:23 +02:00
Nick Wellnhofer
9d0318519a Add missing options to man page 2020-09-20 16:59:05 +02:00
Daniel Veillard
e9709fa901 Candidate release 1 of libxslt 1.1.34
* doc/xsltproc.xml: moved to new place for docbook stylesheet and work
  around a missing / inrewrite of  docbook xsl catalog in Fedora 30
* tests/fuzz/Makefile.am: add fuzz.h to sources
* python/Makefile.am: there is no more TODO
* libxslt.spec.in: run make tests instead of check to avoid fuzz in that
  environment, and drop python TODO
2019-10-23 20:49:08 +02:00
Nick Wellnhofer
4cd0dc180e Mark XML file argument as repeatable
Fixes bug #670221:

https://bugzilla.gnome.org/show_bug.cgi?id=670221
2016-04-29 16:00:12 +02:00
Daniel Veillard
1af0eb0e02 update the man page based on Vincent Lefevre suggestion. Daniel
* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on
  Vincent Lefevre suggestion.
Daniel

svn path=/trunk/; revision=1470
2008-04-21 14:28:56 +00:00
Daniel Veillard
21aec4db49 small fix to man page synopsis, should fix #525822 Daniel
* doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc.html: small fix to
  man page synopsis, should fix #525822
Daniel

svn path=/trunk/; revision=1461
2008-04-03 04:26:46 +00:00
Daniel Veillard
15964811dc fix maxdepth default value documentation fixes #519921. Daniel
* doc/xsltproc.xml doc/xsltproc.1: fix maxdepth default value
  documentation fixes #519921.
Daniel

svn path=/trunk/; revision=1457
2008-03-03 08:42:08 +00:00
Daniel Veillard
f113790a2d patch from Drazen Kacar to add a --encoding option fixes #443868 augment
* xsltproc/xsltproc.c: patch from Drazen Kacar to add a --encoding
  option fixes #443868
* doc/xsltproc.xml doc/xsltproc.1: augment and regenerate man page.
Daniel

svn path=/trunk/; revision=1438
2007-08-23 12:20:49 +00:00
William M. Brack
e1b7da0c1f enhanced to ignore empty text node in xsltDefaultProcessOneNode (avoid
* libxslt/transform.c: enhanced to ignore empty text node
          in xsltDefaultProcessOneNode (avoid calling xsltCopyText)
          (bug #354900)
        * xsltproc/xsltproc.c: added check for output file problem,
          yielding new error code 11 (Mike Hommey).
        * doc/xsltproc.html, doc/xsltproc.xml: added documentation
          for above, regenerated docs (doc/xlstproc.1)

svn path=/trunk/; revision=1414
2007-01-11 19:12:45 +00:00
Daniel Veillard
96f2cda8a7 applied patch from Daniel Leidert to fix some typo applied another patch
* doc/xslt.html python/tests/pyxsltproc.py xsltproc/xsltproc.c:
  applied patch from Daniel Leidert to fix some typo
* xsltproc.xml xsltproc.1: applied another patch from Daniel Leidert
  and regenerated
Daniel
2006-08-21 08:46:05 +00:00
Daniel Veillard
22b86d5a5c more info about --output from Daniel Leidert c.f. #344654 Daniel
* doc/xsltproc.1 doc/xsltproc.xml: more info about --output
  from Daniel Leidert c.f. #344654
Daniel
2006-06-12 14:32:24 +00:00
Daniel Veillard
65f50815a7 Revert last patch, Daniel 2006-04-06 14:03:14 +00:00
Daniel Veillard
5dc1c43ed6 another man patch from daniel, Daniel 2006-04-06 13:35:24 +00:00
Daniel Veillard
d122a2c610 Update with patch from Daniel Leidert, daniel 2006-04-06 12:58:06 +00:00
Daniel Veillard
f3e08e7590 applied man page improvement from Daniel Leidert Daniel
* doc/xsltproc.1 doc/xsltproc.xml: applied man page improvement
  from Daniel Leidert
Daniel
2006-04-06 08:17:32 +00:00
Daniel Veillard
5b4f56032b new update from Daniel Leidert Daniel
* doc/xsltproc.1 doc/xsltproc.xml: new update from Daniel Leidert
Daniel
2006-02-21 19:22:15 +00:00
Daniel Veillard
9f976346a2 improvement of the man page by Daniel Leidert, c.f. #331779 Daniel
* doc/xsltproc.1 doc/xsltproc.xml: improvement of the man page
  by Daniel Leidert, c.f. #331779
Daniel
2006-02-19 21:42:25 +00:00
Daniel Veillard
e9517d8c4a fix xsltSaveResultToString comment detect loops when computing variables,
* libxslt/xsltutils.c: fix xsltSaveResultToString comment
* libxslt/transform.c: detect loops when computing variables, should
  fix bug #330772
* doc/xsltproc.xml doc/xsltproc.1: fix typo in man page
* tests/namespaces/tst7.out tests/general/bug-152.out: small output
  changes due to libxml2 xhtml meta handling modification
Daniel
2006-02-11 12:14:10 +00:00
John Fleck
9b631cb80d Mon Mar 21 20:56:43 MST 2005 John Fleck (jfleck@inkstain.net)
Mon Mar 21 20:56:43 MST 2005 John Fleck (jfleck@inkstain.net)

	* doc/xsltproc.xml, xsltproc.html, xsltproc.1
	update documentation to reflect addition of --nodtdattr
	command line flag. Bug #171098
2005-03-22 04:05:14 +00:00
Daniel Veillard
142c2c2ff7 indicate - means stdin closing #156626 Daniel
* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing #156626
Daniel
2004-10-29 12:20:00 +00:00
Daniel Veillard
c87280a419 added missing descriptions for --path as well as --load-trace, fixes Red
* doc/xsltproc.1 doc/xsltproc.xml: added missing descriptions
  for --path as well as --load-trace, fixes Red Hat bug #106545
Daniel
2004-08-31 09:42:38 +00:00
Daniel Veillard
8d7c6499f7 removing the DocBook SGML support Daniel
* xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml
  libxslt/xsltutils.h: removing the DocBook SGML support
Daniel
2003-09-13 00:08:39 +00:00
Daniel Veillard
505f68f7e2 automated the generation of the man page Daniel
* doc/Makefile.am doc/xsltproc.1 doc/xsltproc.xml: automated the
  generation of the man page
Daniel
2003-04-25 13:27:22 +00:00
Daniel Veillard
10899d8e75 fixing bug #104096, put emphasis on the fact that --docbook should not be
* doc/xsltproc.1 doc/xsltproc.xml: fixing bug #104096, put
  emphasis on the fact that --docbook should not be used
  for XML.
Daniel
2003-02-04 16:20:30 +00:00
Daniel Veillard
48637cf277 applied patch from Brian McCauley fixing #95493 fixing #95510 missing
* libxslt/transform.c: applied patch from Brian McCauley fixing #95493
* doc/xsltproc.xml: fixing #95510 missing description of --writesubtree
* README: fix the bug page URL
Daniel
2002-11-14 14:13:25 +00:00
MST 2002 John Fleck
60ab67103c doc/xsltproc.xml //bugzilla.gnome.org/show_bug.cgi?id=97891
Thu Nov  7 11:18:42 MST 2002 John Fleck <jfleck@inkstain.net>

	* doc/xsltproc.xml
	* doc/xsltproc.1
	clarifying --catalog option and xsltproc's use of
	XML_CATALOG_FILES and /etc/xml/catalog. fixes
	http://bugzilla.gnome.org/show_bug.cgi?id=97891
2002-11-07 18:20:50 +00:00
Daniel Veillard
159d00a5a0 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
2002-10-10 15:26:25 +00:00
MDT 2002 John Fleck
80365bb588 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)
2002-09-14 22:13:04 +00:00
MDT 2002 John Fleck
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
Daniel Veillard
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
Daniel Veillard
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
Daniel Veillard
14a94c1438 Fixed RH bug #57496, xsltproc was not returning error code on internal
* doc/xsltproc.xml libxslt/xsltutils.c xsltproc/xsltproc.c:
  Fixed RH bug #57496, xsltproc was not returning error
  code on internal runtime errors. Should return 9 now.
Daniel
2002-01-20 13:17:50 +00:00
MST 2002 John Fleck
776c3514f2 doc/xsltproc.xml, doc/xsltproc.1, doc/xsltproc.html update xsltproc man
Tue Jan  8 21:04:17 MST 2002 John Fleck <jfleck@inkstain.net>

	* doc/xsltproc.xml, doc/xsltproc.1, doc/xsltproc.html
	update xsltproc man page to add --stringparam option
2002-01-09 04:06:27 +00:00
Daniel Veillard
e6fcc302a8 updated gdome2 homepage Daniel
* doc/*.html: updated gdome2 homepage
Daniel
2002-01-08 11:57:42 +00:00
MST 2002 John Fleck
ddfde4ee8a doc/xsltproc.xml, xsltproc.1 - updating man page to reflect increased
Fri Jan  4 22:13:40 MST 2002 John Fleck <jfleck@inkstain.net>

	* doc/xsltproc.xml, xsltproc.1 - updating man page to reflect
	increased number of parameteres, changed license, cleaned up some
	places where it looked junky because of stylesheet issues
2002-01-05 05:14:33 +00:00
MST 2001 John Fleck
76cbe5f70a //bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56649
Tue Nov 27 21:15:43 MST 2001 John Fleck <jfleck@inkstain.net>

	* doc/xsltproc.xml, xsltproc.1, xsltproc.html - documenting new
	xsltproc return codes, per
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56649
2001-11-28 04:17:13 +00:00
MDT 2001 John Fleck
f7245361a6 adding doc/xsltproc.xml - user manual for xsltproc
Mon Aug 27 08:21:47 MDT 2001 John Fleck <jfleck@inkstain.net>

	* adding doc/xsltproc.xml - user manual for xsltproc
2001-08-27 14:26:14 +00:00