summaryrefslogtreecommitdiff
path: root/doc/xsltproc.xml
AgeCommit message (Collapse)AuthorFilesLines
2008-04-21update the man page based on Vincent Lefevre suggestion. DanielDaniel Veillard1-5/+6
* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on Vincent Lefevre suggestion. Daniel svn path=/trunk/; revision=1470
2008-04-03small fix to man page synopsis, should fix #525822 DanielDaniel Veillard1-1/+1
* 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-03-03fix maxdepth default value documentation fixes #519921. DanielDaniel Veillard1-1/+1
* doc/xsltproc.xml doc/xsltproc.1: fix maxdepth default value documentation fixes #519921. Daniel svn path=/trunk/; revision=1457
2007-08-23patch from Drazen Kacar to add a --encoding option fixes #443868 augmentDaniel Veillard1-0/+13
* 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-01-11enhanced to ignore empty text node in xsltDefaultProcessOneNode (avoidWilliam M. Brack1-0/+7
* 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
2006-08-21applied patch from Daniel Leidert to fix some typo applied another patchDaniel Veillard1-27/+33
* 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-06-12more info about --output from Daniel Leidert c.f. #344654 DanielDaniel Veillard1-4/+16
* doc/xsltproc.1 doc/xsltproc.xml: more info about --output from Daniel Leidert c.f. #344654 Daniel
2006-04-06Revert last patch, DanielDaniel Veillard1-1/+1
2006-04-06another man patch from daniel, DanielDaniel Veillard1-1/+1
2006-04-06Update with patch from Daniel Leidert, danielDaniel Veillard1-49/+80
2006-04-06applied man page improvement from Daniel Leidert DanielDaniel Veillard1-132/+142
* doc/xsltproc.1 doc/xsltproc.xml: applied man page improvement from Daniel Leidert Daniel
2006-02-21new update from Daniel Leidert DanielDaniel Veillard1-384/+418
* doc/xsltproc.1 doc/xsltproc.xml: new update from Daniel Leidert Daniel
2006-02-19improvement of the man page by Daniel Leidert, c.f. #331779 DanielDaniel Veillard1-122/+194
* doc/xsltproc.1 doc/xsltproc.xml: improvement of the man page by Daniel Leidert, c.f. #331779 Daniel
2006-02-11fix xsltSaveResultToString comment detect loops when computing variables,Daniel Veillard1-1/+1
* 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
2005-03-22Mon Mar 21 20:56:43 MST 2005 John Fleck (jfleck@inkstain.net)John Fleck1-1/+11
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
2004-10-29indicate - means stdin closing #156626 DanielDaniel Veillard1-1/+2
* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing #156626 Daniel
2004-08-31added missing descriptions for --path as well as --load-trace, fixes RedDaniel Veillard1-2/+24
* doc/xsltproc.1 doc/xsltproc.xml: added missing descriptions for --path as well as --load-trace, fixes Red Hat bug #106545 Daniel
2003-09-13removing the DocBook SGML support DanielDaniel Veillard1-16/+0
* xsltproc/xsltproc.c doc/xsltproc.1 doc/xsltproc.xml libxslt/xsltutils.h: removing the DocBook SGML support Daniel
2003-04-25automated the generation of the man page DanielDaniel Veillard1-0/+2
* doc/Makefile.am doc/xsltproc.1 doc/xsltproc.xml: automated the generation of the man page Daniel
2003-02-04fixing bug #104096, put emphasis on the fact that --docbook should not beDaniel Veillard1-0/+3
* doc/xsltproc.1 doc/xsltproc.xml: fixing bug #104096, put emphasis on the fact that --docbook should not be used for XML. Daniel
2002-11-14applied patch from Brian McCauley fixing #95493 fixing #95510 missingDaniel Veillard1-0/+11
* 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-07doc/xsltproc.xml //bugzilla.gnome.org/show_bug.cgi?id=97891MST 2002 John Fleck1-7/+6
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-10-10new module with runtime security checks, it will also check and doDaniel Veillard1-0/+20
* 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-09-14doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc2.html Fixing erroneousMDT 2002 John Fleck1-14/+1
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-06-30doc/xsltproc.xml, doc/xsltproc.html/, doc/xsltproc.1 updating docs to addMDT 2002 John Fleck1-3/+4
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-05-16Applied Mark Vakoc patch to show registered extensions in xsltproc rebuiltDaniel Veillard1-0/+12
* 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-02fixed some return code problems raised by Thomas Mauch DanielDaniel Veillard1-0/+1
* xsltproc/xsltproc.c libxslt/xsltutils.c doc/xsltproc.xml: fixed some return code problems raised by Thomas Mauch Daniel
2002-01-20Fixed RH bug #57496, xsltproc was not returning error code on internalDaniel Veillard1-0/+1
* 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-09doc/xsltproc.xml, doc/xsltproc.1, doc/xsltproc.html update xsltproc manMST 2002 John Fleck1-8/+14
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-08updated gdome2 homepage DanielDaniel Veillard1-1/+2
* doc/*.html: updated gdome2 homepage Daniel
2002-01-05doc/xsltproc.xml, xsltproc.1 - updating man page to reflect increasedMST 2002 John Fleck1-80/+160
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
2001-11-28//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56649MST 2001 John Fleck1-8/+21
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-08-27adding doc/xsltproc.xml - user manual for xsltprocMDT 2001 John Fleck1-0/+233
Mon Aug 27 08:21:47 MDT 2001 John Fleck <jfleck@inkstain.net> * adding doc/xsltproc.xml - user manual for xsltproc