[xml/sgml-commit] r603 - in packages/libxslt: . trunk/debian
trunk/doc
Mike Hommey
glandium at alioth.debian.org
Sat Oct 28 12:48:01 CEST 2006
Author: glandium
Date: 2006-10-28 12:48:01 +0200 (Sat, 28 Oct 2006)
New Revision: 603
Modified:
packages/libxslt/
packages/libxslt/trunk/debian/changelog
packages/libxslt/trunk/debian/control
packages/libxslt/trunk/doc/xsltproc.html
Log:
r1160 at namakemono: mh | 2006-10-27 18:31:50 +0200
* debian/control: Build depend on libxml2 >= 2.6.27, and adapt other
dependencies accordingly.
* debian/changelog: Cosmetic fixes in an earlier entry.
* doc/xsltproc.html: Updated.
Property changes on: packages/libxslt
___________________________________________________________________
Name: svk:merge
- 85a06573-1206-0410-a182-ce9117885d71:/local/libxslt:284
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt:1159
+ 85a06573-1206-0410-a182-ce9117885d71:/local/libxslt:284
a066b643-3b0a-0410-a6ba-ed4cca522822:/local/libxslt:1160
Modified: packages/libxslt/trunk/debian/changelog
===================================================================
--- packages/libxslt/trunk/debian/changelog 2006-10-28 10:47:48 UTC (rev 602)
+++ packages/libxslt/trunk/debian/changelog 2006-10-28 10:48:01 UTC (rev 603)
@@ -5,9 +5,13 @@
+ Honors disable-output-escaping in xhtml 1.0 style element.
Closes: #395210.
+ Supports XInclude processing on XSL stylesheets. Closes: #395210.
- * debian/control: Bumped Standards-Version to 3.7.2.2. No changes required.
+ + Correctly handles xsl:param names with namespaces. Closes: #389023.
+ * debian/control:
+ + Bumped Standards-Version to 3.7.2.2. No changes required.
+ + Build depend on libxml2 >= 2.6.27, and adapt other dependencies
+ accordingly.
- -- Mike Hommey <glandium at debian.org> Fri, 27 Oct 2006 11:24:59 +0200
+ -- Mike Hommey <glandium at debian.org> Fri, 27 Oct 2006 18:30:38 +0200
libxslt (1.1.17-5) unstable; urgency=low
@@ -33,9 +37,9 @@
* debian/libxslt1.install: Really removed.
* debian/control:
- - Force build against latest libxml2 with "hacked" .la file so that
+ + Force build against latest libxml2 with "hacked" .la file so that
libxslt's .la file doesn't contain spurious dependencies.
- - Bump Standards-Version to 3.7.2.1: no changes required.
+ + Bump Standards-Version to 3.7.2.1: no changes required.
* debian/libxslt-dev.install: Don't install libexslt.la.
* debian/rules: Filter out dependency_libs in libexslt.la.
The 2 latter changes fix build issues with libtool, though it breaks
Modified: packages/libxslt/trunk/debian/control
===================================================================
--- packages/libxslt/trunk/debian/control 2006-10-28 10:47:48 UTC (rev 602)
+++ packages/libxslt/trunk/debian/control 2006-10-28 10:48:01 UTC (rev 603)
@@ -4,7 +4,7 @@
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
Uploaders: Mike Hommey <glandium at debian.org>
Standards-Version: 3.7.2.2
-Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev (>= 2.6.26.dfsg-3), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libgcrypt11-dev, autotools-dev, binutils (>= 2.14.90.0.7)
+Build-Depends: debhelper (>= 5.0.37.2), libxml2-dev (>= 2.6.27), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libgcrypt11-dev, autotools-dev, binutils (>= 2.14.90.0.7)
Package: libxslt1.1
Section: libs
@@ -25,7 +25,7 @@
Architecture: any
Provides: libxslt-dev
Conflicts: libxslt-dev, libxslt0-dev
-Depends: libxslt1.1 (= ${Source-Version}), libxml2-dev (>= 2.6.25)
+Depends: libxslt1.1 (= ${Source-Version}), libxml2-dev (>= 2.6.26)
Description: XSLT processing library - development kit
XSLT is an XML language for defining transformations of XML files from
XML to some other arbitrary format, such as XML, HTML, plain text, etc.
Modified: packages/libxslt/trunk/doc/xsltproc.html
===================================================================
--- packages/libxslt/trunk/doc/xsltproc.html 2006-10-28 10:47:48 UTC (rev 602)
+++ packages/libxslt/trunk/doc/xsltproc.html 2006-10-28 10:48:01 UTC (rev 603)
@@ -1,95 +1,131 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xsltproc</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="id2450197"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xsltproc — command line xslt processor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xsltproc</code> [[ <code class="option">-V</code> | <code class="option">--version</code> ] [ <code class="option">-v</code> | <code class="option">--verbose</code> ] | [
- { <code class="option">-o</code> | <code class="option">--output</code> }
- <em class="replaceable"><code>FILE</code></em>
- ] | <code class="option">--timing</code> | <code class="option">--repeat</code> | <code class="option">--debug</code> | <code class="option">--novalid</code> | <code class="option">--noout</code> | <code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--html</code> | <code class="option">--param
- <em class="replaceable"><code>PARAMNAME</code></em>
- <em class="replaceable"><code>PARAMVALUE</code></em>
- </code> | <code class="option">--stringparam
- <em class="replaceable"><code>PARAMNAME</code></em>
- <em class="replaceable"><code>PARAMVALUE</code></em>
- </code> | <code class="option">--nonet</code> | <code class="option">--path "<em class="replaceable"><code>PATHS</code></em>"</code> | <code class="option">--load-trace</code> | <code class="option">--catalogs</code> | <code class="option">--xinclude</code> [ <code class="option">--profile</code> | <code class="option">--norman</code> ] | <code class="option">--dumpextensions</code> | <code class="option">--nowrite</code> | <code class="option">--nomkdir</code> | <code class="option">--writesubtree <em class="replaceable"><code>PATH</code></em></code> | <code class="option">--nodtdattr</code> ] [<em class="replaceable"><code>STYLESHEET</code></em>] {<em class="replaceable"><code>FILE</code></em>...}</p></div></div><div class="refsect1" lang="en"><a name="introduction"></a><h2>DESCRIPTION</h2><p><span><strong class="command">xsltproc</strong></span> is a command line tool for applying <span class="acronym">XSLT</span>
- stylesheets to <span class="acronym">XML</span>
- documents. It is part of <span class="application">libxslt</span>, the XSLT C
- library for GNOME. While it was developed as part of the GNOME project, it
- can operate independently of the GNOME desktop.
- </p><p><span><strong class="command">xsltproc</strong></span> is invoked from the command line with
- the name of the stylesheet to be used followed by the name of the file or
- files to which the stylesheet is to be applied. It will use the standard
- input if a filename provided is - .
- </p><p>
- If a stylesheet is included in an <span class="acronym">XML</span> document with a
- Stylesheet Processing Instruction, no stylesheet need be named at the
- command line. <span><strong class="command">xsltproc</strong></span> will automatically
- detect the included stylesheet and use it.
- </p><p>
- By default, output is to stdout. You can specify a file for output using
- the <code class="option">-o</code> option.
- </p></div><div class="refsect1" lang="en"><a name="options"></a><h2>OPTIONS</h2><p><span><strong class="command">xsltproc</strong></span> currently accepts the following options:</p><div class="variablelist"><dl><dt><span class="term"><code class="option">-V</code> or <code class="option">--version</code></span></dt><dd>Show the version of <span class="application">libxml</span>
- and <span class="application">libxslt</span> used.</dd><dt><span class="term">
- <code class="option">-v</code> or <code class="option">--verbose</code></span></dt><dd>Output each step taken by <span><strong class="command">xsltproc</strong></span> in processing the
- stylesheet and the document.</dd><dt><span class="term">
- <code class="option">-o</code> or <code class="option">--output</code> <em class="replaceable"><code>FILE</code></em></span></dt><dd>Direct output to the file named
- <em class="replaceable"><code>FILE</code></em>. For multiple outputs, also known as
- "chunking", <code class="option">-o <em class="replaceable"><code>DIRECTORY/</code></em></code>
- directs the output files to a specified directory. The directory must
- already exist.</dd><dt><span class="term">
- <code class="option">--timing</code></span></dt><dd>Display the time used for parsing the
- stylesheet, parsing the document and applying the stylesheet and saving
- the result. Displayed in milliseconds.
- </dd><dt><span class="term">
- <code class="option">--repeat</code></span></dt><dd>Run the transformation 20 times. Used for
- timing tests.
- </dd><dt><span class="term">
- <code class="option">--debug</code></span></dt><dd>Output an <span class="acronym">XML</span> tree of the
- transformed document for debugging purposes.
- </dd><dt><span class="term">
- <code class="option">--novalid</code></span></dt><dd>Skip loading the document's <span class="acronym">DTD</span>.</dd><dt><span class="term">
- <code class="option">--noout</code></span></dt><dd>Do not output the result.</dd><dt><span class="term">
- <code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd>Adjust the
- maximum depth of the template stack before <span class="application">libxslt</span>
- concludes it is in an infinite loop. The default is 500.
- </dd><dt><span class="term">
- <code class="option">--html</code></span></dt><dd>The input document is an <span class="acronym">HTML</span>
- file.</dd><dt><span class="term">
- <code class="option">--param <em class="replaceable"><code>PARAMNAME</code></em> <em class="replaceable"><code>PARAMVALUE</code></em></code></span></dt><dd>Pass a parameter of name <em class="replaceable"><code>PARAMNAME</code></em> and
- value <em class="replaceable"><code>PARAMVALUE</code></em> to the stylesheet. You may pass
- multiple name/value pairs up to a maximum of 32. If the value being passed
- is a string rather than a node identifier, use <code class="option">--stringparam</code>
- instead.</dd><dt><span class="term">
- <code class="option">--stringparam <em class="replaceable"><code>PARAMNAME</code></em> <em class="replaceable"><code>PARAMVALUE</code></em></code></span></dt><dd>Pass a paramenter of name <em class="replaceable"><code>PARAMNAME</code></em> and
- value <em class="replaceable"><code>PARAMVALUE</code></em>
- where <em class="replaceable"><code>PARAMVALUE</code></em> is a string rather than a node
- identifier. (Note: The string must be utf-8.) </dd><dt><span class="term">
- <code class="option">--nonet</code></span></dt><dd>Do not use the Internet to fetch <span class="acronym">DTD</span>s,
- entities or documents.</dd><dt><span class="term"><code class="option">--path "<em class="replaceable"><code>PATHS</code></em>"</code></span></dt><dd>
- Use the list (separated by space or colon) of filesystem paths
- specified by <em class="replaceable"><code>paths</code></em> to
- load <span class="acronym">DTDs</span>, entities or documents.
- </dd><dt><span class="term"><code class="option">--load-trace</code></span></dt><dd>
- Display to stderr all the documents loaded during the processing.
- </dd><dt><span class="term">
- <code class="option">--catalogs</code></span></dt><dd>Use the <span class="acronym">SGML</span> catalog specified
- in <code class="envar">SGML_CATALOG_FILES</code> to resolve the location of
- external entities. By default, <span><strong class="command">xsltproc</strong></span>
- looks for the catalog specified in <code class="envar">XML_CATALOG_FILES</code>.
- If that is not specified, it uses <code class="filename">/etc/xml/catalog</code>.
- </dd><dt><span class="term">
- <code class="option">--xinclude</code></span></dt><dd>Process the input document using the
- Xinclude specification. More details on this can be found in the Xinclude
- specification: <a href="http://www.w3.org/TR/xinclude/" target="_top">http://www.w3.org/TR/xinclude/</a>
- </dd><dt><span class="term">
- <code class="option">--profile</code> or <code class="option">--norman</code></span></dt><dd>Output profiling
- information detailing the amount of time spent in each part of the
- stylesheet. This is useful in optimizing stylesheet
- performance.</dd><dt><span class="term">
- <code class="option">--dumpextensions</code></span></dt><dd>Dumps the list of all registered extensions on stdout.</dd><dt><span class="term">
- <code class="option">--nowrite</code></span></dt><dd>Refuses to write to any file or resource.</dd><dt><span class="term">
- <code class="option">--nomkdir</code></span></dt><dd>Refuses to create directories.</dd><dt><span class="term">
- <code class="option">--writesubtree <em class="replaceable"><code>PATH</code></em></code></span></dt><dd>Allow file write only within
- the <em class="replaceable"><code>PATH</code></em> subtree.</dd><dt><span class="term">
- <code class="option">--nodtdattr</code>
- </span></dt><dd>Do not apply default attributes from the
- document's <span class="acronym">DTD</span>.</dd></dl></div></div><div class="refsect1" lang="en"><a name="envar"></a><h2>ENVIRONMENT</h2><div class="variablelist"><dl><dt><span class="term"><code class="envar">SGML_CATALOG_FILES</code></span></dt><dd><p>...</p></dd><dt><span class="term"><code class="envar">XML_CATALOG_FILES</code></span></dt><dd><p>...</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="return"></a><h2>DIAGNOSTICS</h2><p><span><strong class="command">xsltproc</strong></span>'s return codes provide information
- that can be used when calling it from scripts.</p><div class="variablelist"><dl><dt><span class="term"><span class="errorcode">0</span></span></dt><dd><p>normal</p></dd><dt><span class="term"><span class="errorcode">1</span></span></dt><dd><p>no argument</p></dd><dt><span class="term"><span class="errorcode">2</span></span></dt><dd><p>too many parameters</p></dd><dt><span class="term"><span class="errorcode">3</span></span></dt><dd><p>unknown option</p></dd><dt><span class="term"><span class="errorcode">4</span></span></dt><dd><p>failed to parse the stylesheet</p></dd><dt><span class="term"><span class="errorcode">5</span></span></dt><dd><p>error in the stylesheet</p></dd><dt><span class="term"><span class="errorcode">6</span></span></dt><dd><p>error in one of the documents</p></dd><dt><span class="term"><span class="errorcode">7</span></span></dt><dd><p>unsupported xsl:output method</p></dd><dt><span class="term"><span class="errorcode">8</span></span></dt><dd><p>string parameter contains both quote and double-quotes</p></dd><dt><span class="term"><span class="errorcode">9</span></span></dt><dd><p>internal processing error</p></dd><dt><span class="term"><span class="errorcode">10</span></span></dt><dd><p>processing was stopped by a terminating message</p></dd><dt><span class="term"><span class="errorcode">11</span></span></dt><dd><p>could not write the result to the output file</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="moreinfo"></a><h2>SEE ALSO</h2><p>More information can be found at the <span class="application">libxml</span> web pages
- at <a href="http://www.xmlsoft.org/" target="_top">http://www.xmlsoft.org/</a> and the W3C <span class="acronym">XSLT</span>
- pages at <a href="http://www.w3.org/TR/xslt" target="_top">http://www.w3.org/TR/xslt</a>.</p></div></div></body></html>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xsltproc</title><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="id2479231"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xsltproc — command line XSLT processor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xsltproc</code> [[ <code class="option">-V</code> | <code class="option">--version</code> ] [ <code class="option">-v</code> | <code class="option">--verbose</code> ] [{ <code class="option">-o</code> | <code class="option">--output</code> } { <em class="replaceable"><code>FILE</code></em> | <em class="replaceable"><code>DIRECTORY</code></em> }] | <code class="option">--timing</code> | <code class="option">--repeat</code> | <code class="option">--debug</code> | <code class="option">--novalid</code> | <code class="option">--noout</code> | <code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--html</code> | <code class="option">--param
+ <em class="replaceable"><code>PARAMNAME</code></em>
+ <em class="replaceable"><code>PARAMVALUE</code></em>
+ </code> | <code class="option">--stringparam
+ <em class="replaceable"><code>PARAMNAME</code></em>
+ <em class="replaceable"><code>PARAMVALUE</code></em>
+ </code> | <code class="option">--nonet</code> | <code class="option">--path "<em class="replaceable"><code>PATH(S)</code></em>"</code> | <code class="option">--load-trace</code> | <code class="option">--catalogs</code> | <code class="option">--xinclude</code> |
+ [ <code class="option">--profile</code> | <code class="option">--norman</code> ]
+ | <code class="option">--dumpextensions</code> | <code class="option">--nowrite</code> | <code class="option">--nomkdir</code> | <code class="option">--writesubtree <em class="replaceable"><code>PATH</code></em></code> | <code class="option">--nodtdattr</code> ] [<em class="replaceable"><code>STYLESHEET</code></em>] { <em class="replaceable"><code>XML-FILE</code></em> | - }</p></div></div><div class="refsect1" lang="en"><a name="description"></a><h2>DESCRIPTION</h2><p>
+ <span><strong class="command">xsltproc</strong></span> is a command line tool for applying <acronym class="acronym">XSLT</acronym>
+ stylesheets to <acronym class="acronym">XML</acronym> documents. It is part
+ of <span class="citerefentry"><span class="refentrytitle">libxslt</span>(3)</span>, the XSLT C library for GNOME.
+ While it was developed as part of the GNOME project, it can operate
+ independently of the GNOME desktop.
+ </p><p>
+ <span><strong class="command">xsltproc</strong></span> is invoked from the command line with the name of the
+ stylesheet to be used followed by the name of the file or files to which
+ the stylesheet is to be applied. It will use the standard input if a
+ filename provided is <span class="bold"><strong>-</strong></span> .
+ </p><p>
+ If a stylesheet is included in an <acronym class="acronym">XML</acronym> document with a
+ Stylesheet Processing Instruction, no stylesheet need to be named at the
+ command line. <span><strong class="command">xsltproc</strong></span> will automatically detect the included stylesheet
+ and use it.
+ </p><p>
+ By default, output is to <code class="filename">stdout</code>.
+ You can specify a file for output using
+ the <code class="option">-o</code> or <code class="option">--output</code> option.
+ </p></div><div class="refsect1" lang="en"><a name="options"></a><h2>OPTIONS</h2><p>
+ <span><strong class="command">xsltproc</strong></span> accepts the following options (in alphabetical order):
+ </p><div class="variablelist"><dl><dt><span class="term"><code class="option">--catalogs</code></span></dt><dd><p>
+ Use the <acronym class="acronym">SGML</acronym> catalog specified
+ in <code class="envar">SGML_CATALOG_FILES</code> to resolve the location of
+ external entities. By default, <span><strong class="command">xsltproc</strong></span> looks for the catalog
+ specified in <code class="envar">XML_CATALOG_FILES</code>. If that is not
+ specified, it uses <code class="filename">/etc/xml/catalog</code>.
+ </p></dd><dt><span class="term"><code class="option">--debug</code></span></dt><dd><p>
+ Output an <acronym class="acronym">XML</acronym> tree of the transformed document
+ for debugging purposes.
+ </p></dd><dt><span class="term"><code class="option">--dumpextensions</code></span></dt><dd><p>
+ Dumps the list of all registered extensions
+ on <code class="filename">stdout</code>.
+ </p></dd><dt><span class="term"><code class="option">--html</code></span></dt><dd><p>The input document is an <acronym class="acronym">HTML</acronym> file.</p></dd><dt><span class="term"><code class="option">--load-trace</code></span></dt><dd><p>
+ Display all the documents loaded during the processing
+ to <code class="filename">stderr</code>.
+ </p></dd><dt><span class="term"><code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>
+ Adjust the maximum depth of the template stack
+ before <span class="citerefentry"><span class="refentrytitle">libxslt</span>(3)</span> concludes it is in an infinite loop. The default is 500.
+ </p></dd><dt><span class="term"><code class="option">--nodtdattr</code></span></dt><dd><p>
+ Do not apply default attributes from the
+ document's <acronym class="acronym">DTD</acronym>.
+ </p></dd><dt><span class="term"><code class="option">--nomkdir</code></span></dt><dd><p>Refuses to create directories.</p></dd><dt><span class="term"><code class="option">--nonet</code></span></dt><dd><p>
+ Do not use the Internet to fetch <acronym class="acronym">DTD</acronym>s, entities
+ or documents.
+ </p></dd><dt><span class="term"><code class="option">--noout</code></span></dt><dd><p>Do not output the result.</p></dd><dt><span class="term"><code class="option">--novalid</code></span></dt><dd><p>Skip loading the document's <acronym class="acronym">DTD</acronym>.</p></dd><dt><span class="term"><code class="option">--nowrite</code></span></dt><dd><p>Refuses to write to any file or resource.</p></dd><dt><span class="term">
+ <code class="option">-o</code> or <code class="option">--output</code>
+ <em class="replaceable"><code>FILE</code></em> | <em class="replaceable"><code>DIRECTORY</code></em>
+ </span></dt><dd><p>
+ Direct output to the given <em class="replaceable"><code>FILE</code></em>. Using
+ the option with a <em class="replaceable"><code>DIRECTORY</code></em> directs the
+ output files to the specified directory. This can be
+ useful for multiple outputs (also known as "chunking") or manpage
+ processing.
+ </p><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>
+ The given directory <span class="bold"><strong>must</strong></span> already exist.
+ </p></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
+ Make sure that <em class="replaceable"><code>FILE</code></em>
+ and <em class="replaceable"><code>DIRECTORY</code></em> follow the “<span class="quote">URI reference
+ computation</span>” as described in RFC 2396 and laters. This means, that
+ e.g. <code class="option">-o directory</code> will maybe not work,
+ but <code class="option">-o directory/</code> will.
+ </p></div></dd><dt><span class="term">
+ <code class="option">--param <em class="replaceable"><code>PARAMNAME</code></em> <em class="replaceable"><code>PARAMVALUE</code></em></code>
+ </span></dt><dd><p>
+ Pass a parameter of name <em class="replaceable"><code>PARAMNAME</code></em> and
+ value <em class="replaceable"><code>PARAMVALUE</code></em> to the stylesheet. You
+ may pass multiple name/value pairs up to a maximum of 32. If the
+ value being passed is a string rather than a node identifier,
+ use <code class="option">--stringparam</code> instead.
+ </p></dd><dt><span class="term"><code class="option">--path "<em class="replaceable"><code>PATH(S)</code></em>"</code></span></dt><dd><p>
+ Use the (space- or colon-separated) list of filesystem paths specified
+ by <em class="replaceable"><code>PATHS</code></em> to load <acronym class="acronym">DTD</acronym>s,
+ entities or documents. Enclose space-separated lists by quotation marks.
+ </p></dd><dt><span class="term"><code class="option">--profile</code> or <code class="option">--norman</code></span></dt><dd><p>
+ Output profiling information detailing the amount of time spent in
+ each part of the stylesheet. This is useful in optimizing stylesheet
+ performance.
+ </p></dd><dt><span class="term"><code class="option">--repeat</code></span></dt><dd><p>Run the transformation 20 times. Used for timing tests.</p></dd><dt><span class="term">
+ <code class="option">--stringparam <em class="replaceable"><code>PARAMNAME</code></em> <em class="replaceable"><code>PARAMVALUE</code></em></code>
+ </span></dt><dd><p>
+ Pass a parameter of name <em class="replaceable"><code>PARAMNAME</code></em> and
+ value <em class="replaceable"><code>PARAMVALUE</code></em>
+ where <em class="replaceable"><code>PARAMVALUE</code></em> is a string rather than a
+ node identifier. <span class="bold"><strong>Note:</strong></span> The string
+ must be UTF-8 encoded.
+ </p></dd><dt><span class="term"><code class="option">--timing</code></span></dt><dd><p>
+ Display the time used for parsing the stylesheet, parsing the document
+ and applying the stylesheet and saving the result. Displayed in
+ milliseconds.
+ </p></dd><dt><span class="term"><code class="option">-v</code> or <code class="option">--verbose</code></span></dt><dd><p>
+ Output each step taken by <span><strong class="command">xsltproc</strong></span> in processing the stylesheet
+ and the document.
+ </p></dd><dt><span class="term"><code class="option">-V</code> or <code class="option">--version</code></span></dt><dd><p>
+ Show the version of <span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span> and <span class="citerefentry"><span class="refentrytitle">libxslt</span>(3)</span> used.
+ </p></dd><dt><span class="term"><code class="option">--writesubtree <em class="replaceable"><code>PATH</code></em></code></span></dt><dd><p>
+ Allow file write only within the <em class="replaceable"><code>PATH</code></em>
+ subtree.
+ </p></dd><dt><span class="term"><code class="option">--xinclude</code></span></dt><dd><p>
+ Process the input document using the XInclude specification. More
+ details on this can be found in the XInclude
+ specification: <a href="http://www.w3.org/TR/xinclude/" target="_top">http://www.w3.org/TR/xinclude/</a>
+ </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="environment"></a><h2>ENVIRONMENT</h2><div class="variablelist"><dl><dt><span class="term"><code class="envar">SGML_CATALOG_FILES</code></span></dt><dd><p><acronym class="acronym">SGML</acronym> catalog behavior can be changed by redirecting
+ queries to the user's own set of catalogs. This can be done by setting
+ the <code class="envar">SGML_CATALOG_FILES</code> environment variable to a list
+ of catalogs. An empty one should deactivate loading the
+ default <code class="filename">/etc/sgml/catalog</code> catalog.
+ </p></dd><dt><span class="term"><code class="envar">XML_CATALOG_FILES</code></span></dt><dd><p><acronym class="acronym">XML</acronym> catalog behavior can be changed by redirecting
+ queries to the user's own set of catalogs. This can be done by setting
+ the <code class="envar">XML_CATALOG_FILES</code> environment variable to a list
+ of catalogs. An empty one should deactivate loading the
+ default <code class="filename">/etc/xml/catalog</code> catalog.
+ </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="diagnostics"></a><h2>DIAGNOSTICS</h2><p>
+ <span><strong class="command">xsltproc</strong></span> return codes provide information that can be used when
+ calling it from scripts.
+ </p><div class="variablelist"><dl><dt><span class="term"><span class="errorcode">0</span></span></dt><dd><p>No error (normal operation)</p></dd><dt><span class="term"><span class="errorcode">1</span></span></dt><dd><p>No argument</p></dd><dt><span class="term"><span class="errorcode">2</span></span></dt><dd><p>Too many parameters</p></dd><dt><span class="term"><span class="errorcode">3</span></span></dt><dd><p>Unknown option</p></dd><dt><span class="term"><span class="errorcode">4</span></span></dt><dd><p>Failed to parse the stylesheet</p></dd><dt><span class="term"><span class="errorcode">5</span></span></dt><dd><p>Error in the stylesheet</p></dd><dt><span class="term"><span class="errorcode">6</span></span></dt><dd><p>Error in one of the documents</p></dd><dt><span class="term"><span class="errorcode">7</span></span></dt><dd><p>Unsupported xsl:output method</p></dd><dt><span class="term"><span class="errorcode">8</span></span></dt><dd><p>String parameter contains both quote and double-quotes</p></dd><dt><span class="term"><span class="errorcode">9</span></span></dt><dd><p>Internal processing error</p></dd><dt><span class="term"><span class="errorcode">10</span></span></dt><dd><p>Processing was stopped by a terminating message</p></dd><dt><span class="term"><span class="errorcode">11</span></span></dt><dd><p>Could not write the result to the output file</p></dd></dl></div></div><div class="refsect1" lang="en"><a name="seealso"></a><h2>SEE ALSO</h2><p><span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span>, <span class="citerefentry"><span class="refentrytitle">libxslt</span>(3)</span>
+ </p><p>
+ More information can be found at
+ </p><div class="itemizedlist"><ul type="disc"><li><p><span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span> web page <a href="http://www.xmlsoft.org/" target="_top">http://www.xmlsoft.org/</a>
+ </p></li><li><p>W3C <acronym class="acronym">XSLT</acronym> page <a href="http://www.w3.org/TR/xslt" target="_top">http://www.w3.org/TR/xslt</a>
+ </p></li></ul></div><p>
+ </p></div></div></body></html>
More information about the debian-xml-sgml-commit
mailing list