mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
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)
This commit is contained in:
committed by
John Fleck
parent
aeae0771d1
commit
80365bb588
@ -1,3 +1,11 @@
|
|||||||
|
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)
|
||||||
|
|
||||||
Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
||||||
|
|
||||||
* win32/configure.js: added more readme info for the binary
|
* win32/configure.js: added more readme info for the binary
|
||||||
|
@ -26,9 +26,9 @@ xsltproc \- command line xslt processor
|
|||||||
\fBxsltproc\fR [\fB-V\fR | \fB-v\fR | \fB-o \fIfile\fR\fR | \fB--timing\fR | \fB--repeat\fR
|
\fBxsltproc\fR [\fB-V\fR | \fB-v\fR | \fB-o \fIfile\fR\fR | \fB--timing\fR | \fB--repeat\fR
|
||||||
| \fB--debug\fR | \fB--novalid\fR | \fB--noout\fR | \fB--maxdepth \fIval\fR\fR
|
| \fB--debug\fR | \fB--novalid\fR | \fB--noout\fR | \fB--maxdepth \fIval\fR\fR
|
||||||
| \fB--html\fR | \fB--docbook\fR | \fB--param \fIname\fR \fIvalue\fR\fR
|
| \fB--html\fR | \fB--docbook\fR | \fB--param \fIname\fR \fIvalue\fR\fR
|
||||||
| \fB--stringparam \fIname\fR \fIvalue\fR\fR | \fB--nonet\fR | \fB--warnnet\fR
|
| \fB--stringparam \fIname\fR \fIvalue\fR\fR | \fB--nonet\fR | \fB--catalogs\fR
|
||||||
| \fB--catalogs\fR | \fB--xinclude\fR | \fB--profile\fR | \fB--dumpextensions\fR]
|
| \fB--xinclude\fR | \fB--profile\fR | \fB--dumpextensions\fR] [\fBstylesheet\fR]
|
||||||
[\fBstylesheet\fR] [\fIfile1\fR] [\fIfile2\fR] [\fI....\fR]
|
[\fIfile1\fR] [\fIfile2\fR] [\fI....\fR]
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
.SH "INTRODUCTION"
|
.SH "INTRODUCTION"
|
||||||
@ -103,10 +103,6 @@ Pass a paramenter of name \fIname\fR and value \fIvalue\fR where \fIvalue\fR is
|
|||||||
\fB--nonet\fR
|
\fB--nonet\fR
|
||||||
Do not use the Internet to fetch DTD's or entities.
|
Do not use the Internet to fetch DTD's or entities.
|
||||||
|
|
||||||
.TP
|
|
||||||
\fB--warnnet\fR
|
|
||||||
Output notification when DTD's or entities are fetched over the Internet.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB--catalogs\fR
|
\fB--catalogs\fR
|
||||||
Use catalogs to resolve the location of external entities. This speeds DTD resolution. By having a catalog file point to a local version of the DTD, xsltproc does not have to use the Internet to fetch the DTD. xsltproc uses the catalog identified by the environmental variable \fBSGML_CATALOG_FILES\fR.
|
Use catalogs to resolve the location of external entities. This speeds DTD resolution. By having a catalog file point to a local version of the DTD, xsltproc does not have to use the Internet to fetch the DTD. xsltproc uses the catalog identified by the environmental variable \fBSGML_CATALOG_FILES\fR.
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
</author>
|
</author>
|
||||||
<address><email>jfleck@inkstain.net</email></address>
|
<address><email>jfleck@inkstain.net</email></address>
|
||||||
|
|
||||||
<releaseinfo>This is release 0.3 of the xsltproc Manual.</releaseinfo>
|
<releaseinfo>This is release 0.4 of the xsltproc Manual.</releaseinfo>
|
||||||
</refentryinfo>
|
</refentryinfo>
|
||||||
|
|
||||||
<refmeta>
|
<refmeta>
|
||||||
@ -46,7 +46,6 @@
|
|||||||
<arg>--param <replaceable>name</replaceable> <replaceable>value</replaceable></arg>
|
<arg>--param <replaceable>name</replaceable> <replaceable>value</replaceable></arg>
|
||||||
<arg>--stringparam <replaceable>name</replaceable> <replaceable>value</replaceable></arg>
|
<arg>--stringparam <replaceable>name</replaceable> <replaceable>value</replaceable></arg>
|
||||||
<arg>--nonet</arg>
|
<arg>--nonet</arg>
|
||||||
<arg>--warnnet</arg>
|
|
||||||
<arg>--catalogs</arg>
|
<arg>--catalogs</arg>
|
||||||
<arg>--xinclude</arg>
|
<arg>--xinclude</arg>
|
||||||
<arg>--profile</arg>
|
<arg>--profile</arg>
|
||||||
@ -250,18 +249,6 @@
|
|||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>
|
|
||||||
<option>--warnnet</option></term>
|
|
||||||
<listitem>
|
|
||||||
<simpara>Output notification when DTD's or entities
|
|
||||||
are fetched over the Internet.
|
|
||||||
</simpara>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
|
@ -83,25 +83,30 @@ arguments are filenames or URIs of the inputs to be processed. The output of
|
|||||||
the processing is redirected on the standard output. There is actually a few
|
the processing is redirected on the standard output. There is actually a few
|
||||||
more options available:</p>
|
more options available:</p>
|
||||||
<pre>orchis:~ -> xsltproc
|
<pre>orchis:~ -> xsltproc
|
||||||
Usage: xsltproc [options] stylesheet file [file ...]
|
Options:
|
||||||
Options:
|
--version or -V: show the version of libxml and libxslt used
|
||||||
--version or -V: show the version of libxml and libxslt used
|
--verbose or -v: show logs of what's happening
|
||||||
--verbose or -v: show logs of what's happening
|
--output file or -o file: save to a given file
|
||||||
--output file or -o file: save to a given file
|
--timing: display the time used
|
||||||
--timing: display the time used
|
--repeat: run the transformation 20 times
|
||||||
--repeat: run the transformation 20 times
|
--debug: dump the tree of the result instead
|
||||||
--debug: dump the tree of the result instead
|
--dumpextensions: dump the registered extension elements and functions to stdout
|
||||||
--novalid: skip the Dtd loading phase
|
--novalid skip the Dtd loading phase
|
||||||
--noout: do not dump the result
|
--noout: do not dump the result
|
||||||
--maxdepth val : increase the maximum depth
|
--maxdepth val : increase the maximum depth
|
||||||
--html: the input document is(are) an HTML file(s)
|
--html: the input document is(are) an HTML file(s)
|
||||||
--docbook: the input document is SGML docbook
|
--docbook: the input document is SGML docbook
|
||||||
--param name value : pass a (parameter,value) pair
|
--param name value : pass a (parameter,value) pair
|
||||||
--nonet refuse to fetch DTDs or entities over network
|
value is an UTF8 XPath expression.
|
||||||
--warnnet warn against fetching over the network
|
string values must be quoted like "'string'"
|
||||||
--catalogs : use the catalogs from $SGML_CATALOG_FILES
|
or use stringparam to avoid it
|
||||||
--xinclude : do XInclude processing on document intput
|
--stringparam name value : pass a (parameter, UTF8 string value) pair
|
||||||
--profile or --norman : dump profiling informations
|
--nonet refuse to fetch DTDs or entities over network
|
||||||
|
--catalogs : use SGML catalogs from $SGML_CATALOG_FILES
|
||||||
|
otherwise XML Catalogs starting from
|
||||||
|
file:///etc/xml/catalog are activated by default
|
||||||
|
--xinclude : do XInclude processing on document intput
|
||||||
|
--profile or --norman : dump profiling informations
|
||||||
orchis:~ -></pre>
|
orchis:~ -></pre>
|
||||||
<p><a href="bugs.html">Daniel Veillard</a></p>
|
<p><a href="bugs.html">Daniel Veillard</a></p>
|
||||||
</td></tr></table></td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td></tr></table></td>
|
||||||
|
Reference in New Issue
Block a user