--- files/patch-man-xsltproc (nonexistent) +++ files/patch-man-xsltproc (working copy) @@ -0,0 +1,684 @@ +--- doc/xsltproc.1 2020-01-14 05:57:49 UTC ++++ doc/xsltproc.1 +@@ -37,62 +37,13 @@ xsltproc \- command line XSLT processor + + .SH "SYNOPSIS" + +- .HP \w'\fBxsltproc\fR\ 'u ++.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 | \-} + +- \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 +@@ -100,21 +51,21 @@ 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 +@@ -124,16 +75,12 @@ option\&. + + + .SH "OPTIONS" ++.PP + +- +- .PP + \fBxsltproc\fR + accepts the following options (in alphabetical order): ++.PP + +- +- +- +- .PP + \fB\-\-catalogs\fR + .RS 4 + +@@ -148,11 +95,9 @@ to resolve the location of external entities\&. By def + 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 + +@@ -161,11 +106,9 @@ looks for the catalog specified in + Output an + XML + tree of the transformed document for debugging purposes\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-dumpextensions\fR + .RS 4 + +@@ -173,11 +116,9 @@ tree of the transformed document for debugging purpose + + Dumps the list of all registered extensions on + stdout\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-html\fR + .RS 4 + +@@ -186,11 +127,9 @@ stdout\&. + The input document is an + HTML + file\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-load\-trace\fR + .RS 4 + +@@ -198,11 +137,9 @@ file\&. + + Display all the documents loaded during the processing to + stderr\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-maxdepth \fR\fB\fIVALUE\fR\fR + .RS 4 + +@@ -211,11 +148,9 @@ stderr\&. + 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 + +@@ -223,22 +158,18 @@ concludes it is in an infinite loop\&. The default is + + 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 + +- +- .RE +- +- .PP + \fB\-\-nonet\fR + .RS 4 + +@@ -246,22 +177,18 @@ DTD\&. + + 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 + +- +- .RE +- +- .PP + \fB\-\-novalid\fR + .RS 4 + +@@ -269,22 +196,18 @@ DTDs, entities or documents\&. + + 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 + +- +- .RE +- +- .PP + \fB\-o\fR or \fB\-\-output\fR \fIFILE\fR | \fIDIRECTORY\fR + .RS 4 + +@@ -311,10 +234,9 @@ directs the output files to the specified directory\&. + The given directory + \fBmust\fR + already exist\&. +- +- .sp .5v ++.sp .5v + .RE +- .if n \{\ ++.if n \{\ + .sp + .\} + .RS 4 +@@ -341,20 +263,18 @@ will\&. + + .sp .5v + .RE +- +- .RE ++.RE ++.PP + +- .PP + \fB\-\-encoding \fR\fB\fIENCODING\fR\fR + .RS 4 + + + + Allow to specify the encoding for the input\&. ++.RE ++.PP + +- +- .RE +- .PP + \fB\-\-param \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR + .RS 4 + +@@ -367,11 +287,9 @@ and value + 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 + +@@ -381,33 +299,27 @@ instead, to avoid additional quote characters that app + \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 + +- +- .RE +- +- .PP + \fB\-\-repeat\fR + .RS 4 + + + + Run the transformation 20 times\&. Used for timing tests\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-stringparam \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR + .RS 4 + +@@ -422,22 +334,18 @@ 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 + +- +- .RE +- +- .PP + \fB\-v\fR or \fB\-\-verbose\fR + .RS 4 + +@@ -446,11 +354,9 @@ The string must be UTF\-8 encoded\&. + 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 + +@@ -461,11 +367,9 @@ in processing the stylesheet and the document\&. + and + \fBlibxslt\fR(3) + used\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-writesubtree \fR\fB\fIPATH\fR\fR + .RS 4 + +@@ -474,11 +378,9 @@ used\&. + Allow file write only within the + \fIPATH\fR + subtree\&. ++.RE ++.PP + +- +- .RE +- +- .PP + \fB\-\-xinclude\fR + .RS 4 + +@@ -486,19 +388,14 @@ subtree\&. + + 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 + +@@ -510,11 +407,9 @@ catalog behavior can be changed by redirecting queries + 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 + +@@ -526,160 +421,132 @@ catalog behavior can be changed by redirecting queries + 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 + +- +- .RE +- +- .PP + \fB1\fR + .RS 4 + + + + No argument ++.RE ++.PP + +- +- .RE + +- .PP + \fB2\fR + .RS 4 + + + + Too many parameters ++.RE ++.PP + +- +- .RE +- +- .PP + \fB3\fR + .RS 4 + + + + Unknown option ++.RE ++.PP + +- +- .RE +- +- .PP + \fB4\fR + .RS 4 + + + + Failed to parse the stylesheet ++.RE ++.PP + +- +- .RE +- +- .PP + \fB5\fR + .RS 4 + + + + Error in the stylesheet ++.RE ++.PP + +- +- .RE +- +- .PP + \fB6\fR + .RS 4 + + + + Error in one of the documents ++.RE ++.PP + +- +- .RE +- +- .PP + \fB7\fR + .RS 4 + + + + Unsupported xsl:output method ++.RE ++.PP + +- +- .RE +- +- .PP + \fB8\fR + .RS 4 + + + + String parameter contains both quote and double\-quotes ++.RE ++.PP + +- +- .RE +- +- .PP + \fB9\fR + .RS 4 + + + + Internal processing error ++.RE ++.PP + +- +- .RE +- +- .PP + \fB10\fR + .RS 4 + + + + Processing was stopped by a terminating message ++.RE ++.PP + +- +- .RE +- +- .PP + \fB11\fR + .RS 4 + + + + Could not write the result to the output file ++.RE + +- +- .RE + +- +- + .SH "SEE ALSO" ++.PP + +- +- .PP ++ + \fBlibxml\fR(3), + \fBlibxslt\fR(3) + +@@ -698,8 +565,8 @@ More information can be found at + \fBlibxml\fR(3) + web page + \m[blue]\fB\%http://www.xmlsoft.org/\fR\m[] ++.RE + +- .RE + .sp + .RS 4 + .ie n \{\ +@@ -714,8 +581,8 @@ web page + XSLT + page + \m[blue]\fB\%http://www.w3.org/TR/xslt\fR\m[] ++.RE + +- .RE + .sp + +