mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
update the man page based on Vincent Lefevre suggestion. Daniel
* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on Vincent Lefevre suggestion. Daniel svn path=/trunk/; revision=1470
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Mon Apr 21 16:16:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on
|
||||||
|
Vincent Lefevre suggestion.
|
||||||
|
|
||||||
Mon Apr 14 11:19:14 CEST 2008 Daniel Veillard <daniel@veillard.com>
|
Mon Apr 14 11:19:14 CEST 2008 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxslt/pattern.c: fixes #527297 general patter comps fix and cleanup
|
* libxslt/pattern.c: fixes #527297 general patter comps fix and cleanup
|
||||||
|
@@ -174,9 +174,9 @@ Pass a parameter of name
|
|||||||
\fIPARAMNAME\fR
|
\fIPARAMNAME\fR
|
||||||
and value
|
and value
|
||||||
\fIPARAMVALUE\fR
|
\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 rather than a node identifier, use
|
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
|
\fB\-\-stringparam\fR
|
||||||
instead\.
|
instead, to avoid additional quote characters that appear in string expressions\. Note: the XPath expression must be UTF\-8 encoded\.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-path "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
|
\fB\-\-path "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
|
||||||
|
@@ -302,11 +302,12 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Pass a parameter of name <replaceable>PARAMNAME</replaceable> and
|
Pass a parameter of name <replaceable>PARAMNAME</replaceable> and value
|
||||||
value <replaceable>PARAMVALUE</replaceable> to the stylesheet. You
|
<replaceable>PARAMVALUE</replaceable> to the stylesheet. You may pass
|
||||||
may pass multiple name/value pairs up to a maximum of 32. If the
|
multiple name/value pairs up to a maximum of 32. If the value being passed
|
||||||
value being passed is a string rather than a node identifier,
|
is a string, you can use <option>--stringparam</option> instead, to avoid
|
||||||
use <option>--stringparam</option> instead.
|
additional quote characters that appear in string expressions. Note:
|
||||||
|
the XPath expression must be UTF-8 encoded.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user