1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Release of libxslt-1.1.34

* configure.ac doc/xslt.html: updated for the release
* doc/libxslt.xsa doc/news.html doc/xsltproc.1 libxslt/xsltwin32config.h:
  regenerated for the release
This commit is contained in:
Daniel Veillard
2019-10-30 21:02:43 +01:00
parent e3577d4897
commit 3653123f99
6 changed files with 686 additions and 154 deletions

View File

@ -1,7 +1,7 @@
'\" t
.\" Title: xsltproc
.\" Author: John Fleck <jfleck@inkstain.net>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: $Date$
.\" Manual: xsltproc Manual
.\" Source: libxslt
@ -27,13 +27,72 @@
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
xsltproc \- command line XSLT processor
.SH "SYNOPSIS"
.HP \w'\fBxsltproc\fR\ 'u
\fBxsltproc\fR [[\fB\-V\fR | \fB\-\-version\fR] [\fB\-v\fR | \fB\-\-verbose\fR] [{\fB\-o\fR | \fB\-\-output\fR} {\fIFILE\fR | \fIDIRECTORY\fR}] | \fB\-\-timing\fR | \fB\-\-repeat\fR | \fB\-\-debug\fR | \fB\-\-novalid\fR | \fB\-\-noout\fR | \fB\-\-maxdepth\ \fR\fB\fIVALUE\fR\fR | \fB\-\-html\fR | \fB\-\-encoding\ \fR\fB\fIENCODING\fR\fR\fB\ \fR | \fB\-\-param\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR | \fB\-\-stringparam\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR | \fB\-\-nonet\fR | \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR | \fB\-\-load\-trace\fR | \fB\-\-catalogs\fR | \fB\-\-xinclude\fR | [\fB\-\-profile\fR\ |\ \fB\-\-norman\fR] | \fB\-\-dumpextensions\fR | \fB\-\-nowrite\fR | \fB\-\-nomkdir\fR | \fB\-\-writesubtree\ \fR\fB\fIPATH\fR\fR | \fB\-\-nodtdattr\fR] [\fISTYLESHEET\fR] {\fIXML\-FILE\fR... | \-}
.HP \w'\fBxsltproc\fR\ 'u
\fBxsltproc\fR
[
[
| \fB\-V\fR
| \fB\-\-version\fR
]
[
| \fB\-v\fR
| \fB\-\-verbose\fR
]
[
{
| \fB\-o\fR
| \fB\-\-output\fR
}
{
| \fIFILE\fR
| \fIDIRECTORY\fR
}
]
| \fB\-\-timing\fR
| \fB\-\-repeat\fR
| \fB\-\-debug\fR
| \fB\-\-novalid\fR
| \fB\-\-noout\fR
| \fB\-\-maxdepth\ \fR\fB\fIVALUE\fR\fR
| \fB\-\-html\fR
| \fB\-\-encoding\ \fR\fB\fIENCODING\fR\fR\fB\ \fR
| \fB\-\-param\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR
| \fB\-\-stringparam\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR
| \fB\-\-nonet\fR
| \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
| \fB\-\-load\-trace\fR
| \fB\-\-catalogs\fR
| \fB\-\-xinclude\fR
| [\ |\ \fB\-\-profile\fR\ |\ \fB\-\-norman\fR\ ]
| \fB\-\-dumpextensions\fR
| \fB\-\-nowrite\fR
| \fB\-\-nomkdir\fR
| \fB\-\-writesubtree\ \fR\fB\fIPATH\fR\fR
| \fB\-\-nodtdattr\fR
]
[\fISTYLESHEET\fR]
{
| \fIXML\-FILE\fR...
| \-
}
.SH "DESCRIPTION"
.PP
.PP
\fBxsltproc\fR
is a command line tool for applying
XSLT
@ -41,32 +100,46 @@ stylesheets to
XML
documents\&. It is part of
\fBlibxslt\fR(3), the XSLT C library for GNOME\&. While it was developed as part of the GNOME project, it can operate independently of the GNOME desktop\&.
.PP
.PP
\fBxsltproc\fR
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
\fB\-\fR
\&.
.PP
.PP
If a stylesheet is included in an
XML
document with a Stylesheet Processing Instruction, no stylesheet need to be named at the command line\&.
\fBxsltproc\fR
will automatically detect the included stylesheet and use it\&.
.PP
.PP
By default, output is to
stdout\&. You can specify a file for output using the
\fB\-o\fR
or
\fB\-\-output\fR
option\&.
.SH "OPTIONS"
.PP
.PP
\fBxsltproc\fR
accepts the following options (in alphabetical order):
.PP
.PP
\fB\-\-catalogs\fR
.RS 4
Use the
Use the
SGML
catalog specified in
\fBSGML_CATALOG_FILES\fR
@ -75,81 +148,154 @@ to resolve the location of external entities\&. By default,
looks for the catalog specified in
\fBXML_CATALOG_FILES\fR\&. If that is not specified, it uses
/etc/xml/catalog\&.
.RE
.PP
.RE
.PP
\fB\-\-debug\fR
.RS 4
Output an
Output an
XML
tree of the transformed document for debugging purposes\&.
.RE
.PP
.RE
.PP
\fB\-\-dumpextensions\fR
.RS 4
Dumps the list of all registered extensions on
Dumps the list of all registered extensions on
stdout\&.
.RE
.PP
.RE
.PP
\fB\-\-html\fR
.RS 4
The input document is an
The input document is an
HTML
file\&.
.RE
.PP
.RE
.PP
\fB\-\-load\-trace\fR
.RS 4
Display all the documents loaded during the processing to
Display all the documents loaded during the processing to
stderr\&.
.RE
.PP
.RE
.PP
\fB\-\-maxdepth \fR\fB\fIVALUE\fR\fR
.RS 4
Adjust the maximum depth of the template stack before
Adjust the maximum depth of the template stack before
\fBlibxslt\fR(3)
concludes it is in an infinite loop\&. The default is 3000\&.
.RE
.PP
.RE
.PP
\fB\-\-nodtdattr\fR
.RS 4
Do not apply default attributes from the document\*(Aqs
Do not apply default attributes from the document\*(Aqs
DTD\&.
.RE
.PP
.RE
.PP
\fB\-\-nomkdir\fR
.RS 4
Refuses to create directories\&.
.RE
.PP
Refuses to create directories\&.
.RE
.PP
\fB\-\-nonet\fR
.RS 4
Do not use the Internet to fetch
Do not use the Internet to fetch
DTDs, entities or documents\&.
.RE
.PP
.RE
.PP
\fB\-\-noout\fR
.RS 4
Do not output the result\&.
.RE
.PP
Do not output the result\&.
.RE
.PP
\fB\-\-novalid\fR
.RS 4
Skip loading the document\*(Aqs
Skip loading the document\*(Aqs
DTD\&.
.RE
.PP
.RE
.PP
\fB\-\-nowrite\fR
.RS 4
Refuses to write to any file or resource\&.
.RE
.PP
Refuses to write to any file or resource\&.
.RE
.PP
\fB\-o\fR or \fB\-\-output\fR \fIFILE\fR | \fIDIRECTORY\fR
.RS 4
Direct output to the given
Direct output to the given
\fIFILE\fR\&. Using the option with a
\fIDIRECTORY\fR
directs the output files to the specified directory\&. This can be useful for multiple outputs (also known as "chunking") or manpage processing\&.
.if n \{\
.if n \{\
.sp
.\}
.RS 4
@ -161,12 +307,14 @@ directs the output files to the specified directory\&. This can be useful for mu
\fBImportant\fR
.ps -1
.br
The given directory
The given directory
\fBmust\fR
already exist\&.
.sp .5v
.sp .5v
.RE
.if n \{\
.if n \{\
.sp
.\}
.RS 4
@ -178,7 +326,8 @@ already exist\&.
\fBNote\fR
.ps -1
.br
Make sure that
Make sure that
\fIFILE\fR
and
\fIDIRECTORY\fR
@ -189,47 +338,82 @@ as described in RFC 2396 and laters\&. This means, that e\&.g\&.
will maybe not work, but
\fB\-o directory/\fR
will\&.
.sp .5v
.sp .5v
.RE
.RE
.PP
.RE
.PP
\fB\-\-encoding \fR\fB\fIENCODING\fR\fR
.RS 4
Allow to specify the encoding for the input\&.
.RE
.PP
Allow to specify the encoding for the input\&.
.RE
.PP
\fB\-\-param \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR
.RS 4
Pass a parameter of name
Pass a parameter of name
\fIPARAMNAME\fR
and value
\fIPARAMVALUE\fR
to the stylesheet\&. You may pass multiple name/value pairs up to a maximum of 32\&. If the value being passed is a string, you can use
\fB\-\-stringparam\fR
instead, to avoid additional quote characters that appear in string expressions\&. Note: the XPath expression must be UTF\-8 encoded\&.
.RE
.PP
.RE
.PP
\fB\-\-path "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
.RS 4
Use the (space\- or colon\-separated) list of filesystem paths specified by
Use the (space\- or colon\-separated) list of filesystem paths specified by
\fIPATHS\fR
to load
DTDs, entities or documents\&. Enclose space\-separated lists by quotation marks\&.
.RE
.PP
.RE
.PP
\fB\-\-profile\fR or \fB\-\-norman\fR
.RS 4
Output profiling information detailing the amount of time spent in each part of the stylesheet\&. This is useful in optimizing stylesheet performance\&.
.RE
.PP
Output profiling information detailing the amount of time spent in each part of the stylesheet\&. This is useful in optimizing stylesheet performance\&.
.RE
.PP
\fB\-\-repeat\fR
.RS 4
Run the transformation 20 times\&. Used for timing tests\&.
.RE
.PP
Run the transformation 20 times\&. Used for timing tests\&.
.RE
.PP
\fB\-\-stringparam \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR
.RS 4
Pass a parameter of name
Pass a parameter of name
\fIPARAMNAME\fR
and value
\fIPARAMVALUE\fR
@ -238,131 +422,268 @@ where
is a string rather than a node identifier\&.
\fBNote:\fR
The string must be UTF\-8 encoded\&.
.RE
.PP
.RE
.PP
\fB\-\-timing\fR
.RS 4
Display the time used for parsing the stylesheet, parsing the document and applying the stylesheet and saving the result\&. Displayed in milliseconds\&.
.RE
.PP
Display the time used for parsing the stylesheet, parsing the document and applying the stylesheet and saving the result\&. Displayed in milliseconds\&.
.RE
.PP
\fB\-v\fR or \fB\-\-verbose\fR
.RS 4
Output each step taken by
Output each step taken by
\fBxsltproc\fR
in processing the stylesheet and the document\&.
.RE
.PP
.RE
.PP
\fB\-V\fR or \fB\-\-version\fR
.RS 4
Show the version of
Show the version of
\fBlibxml\fR(3)
and
\fBlibxslt\fR(3)
used\&.
.RE
.PP
.RE
.PP
\fB\-\-writesubtree \fR\fB\fIPATH\fR\fR
.RS 4
Allow file write only within the
Allow file write only within the
\fIPATH\fR
subtree\&.
.RE
.PP
.RE
.PP
\fB\-\-xinclude\fR
.RS 4
Process the input document using the XInclude specification\&. More details on this can be found in the XInclude specification:
Process the input document using the XInclude specification\&. More details on this can be found in the XInclude specification:
\m[blue]\fB\%http://www.w3.org/TR/xinclude/\fR\m[]
.RE
.RE
.SH "ENVIRONMENT"
.PP
.PP
\fBSGML_CATALOG_FILES\fR
.RS 4
SGML
SGML
catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
\fBSGML_CATALOG_FILES\fR
environment variable to a list of catalogs\&. An empty one should deactivate loading the default
/etc/sgml/catalog
catalog\&.
.RE
.PP
.RE
.PP
\fBXML_CATALOG_FILES\fR
.RS 4
XML
XML
catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
\fBXML_CATALOG_FILES\fR
environment variable to a list of catalogs\&. An empty one should deactivate loading the default
/etc/xml/catalog
catalog\&.
.RE
.RE
.SH "DIAGNOSTICS"
.PP
.PP
\fBxsltproc\fR
return codes provide information that can be used when calling it from scripts\&.
.PP
.PP
\fB0\fR
.RS 4
No error (normal operation)
.RE
.PP
No error (normal operation)
.RE
.PP
\fB1\fR
.RS 4
No argument
.RE
.PP
No argument
.RE
.PP
\fB2\fR
.RS 4
Too many parameters
.RE
.PP
Too many parameters
.RE
.PP
\fB3\fR
.RS 4
Unknown option
.RE
.PP
Unknown option
.RE
.PP
\fB4\fR
.RS 4
Failed to parse the stylesheet
.RE
.PP
Failed to parse the stylesheet
.RE
.PP
\fB5\fR
.RS 4
Error in the stylesheet
.RE
.PP
Error in the stylesheet
.RE
.PP
\fB6\fR
.RS 4
Error in one of the documents
.RE
.PP
Error in one of the documents
.RE
.PP
\fB7\fR
.RS 4
Unsupported xsl:output method
.RE
.PP
Unsupported xsl:output method
.RE
.PP
\fB8\fR
.RS 4
String parameter contains both quote and double\-quotes
.RE
.PP
String parameter contains both quote and double\-quotes
.RE
.PP
\fB9\fR
.RS 4
Internal processing error
.RE
.PP
Internal processing error
.RE
.PP
\fB10\fR
.RS 4
Processing was stopped by a terminating message
.RE
.PP
Processing was stopped by a terminating message
.RE
.PP
\fB11\fR
.RS 4
Could not write the result to the output file
.RE
Could not write the result to the output file
.RE
.SH "SEE ALSO"
.PP
.PP
\fBlibxml\fR(3),
\fBlibxslt\fR(3)
.PP
.PP
More information can be found at
.sp
.RS 4
@ -373,10 +694,12 @@ More information can be found at
.sp -1
.IP \(bu 2.3
.\}
\fBlibxml\fR(3)
\fBlibxml\fR(3)
web page
\m[blue]\fB\%http://www.xmlsoft.org/\fR\m[]
.RE
.RE
.sp
.RS 4
.ie n \{\
@ -386,15 +709,24 @@ web page
.sp -1
.IP \(bu 2.3
.\}
W3C
W3C
XSLT
page
\m[blue]\fB\%http://www.w3.org/TR/xslt\fR\m[]
.RE
.RE
.sp
.SH "AUTHOR"
.PP
\fBJohn Fleck\fR <\&jfleck@inkstain\&.net\&>
.br
.RS 4
Author.
.RE