1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +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:
Daniel Veillard
2008-04-21 14:28:56 +00:00
parent 2f21f67242
commit 1af0eb0e02
3 changed files with 13 additions and 7 deletions

View File

@ -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>
* libxslt/pattern.c: fixes #527297 general patter comps fix and cleanup

View File

@ -174,9 +174,9 @@ 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 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
instead\.
instead, to avoid additional quote characters that appear in string expressions\. Note: the XPath expression must be UTF\-8 encoded\.
.RE
.PP
\fB\-\-path "\fR\fB\fIPATH(S)\fR\fR\fB"\fR

View File

@ -302,11 +302,12 @@
</term>
<listitem>
<para>
Pass a parameter of name <replaceable>PARAMNAME</replaceable> and
value <replaceable>PARAMVALUE</replaceable> 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 <option>--stringparam</option> instead.
Pass a parameter of name <replaceable>PARAMNAME</replaceable> and value
<replaceable>PARAMVALUE</replaceable> 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 <option>--stringparam</option> instead, to avoid
additional quote characters that appear in string expressions. Note:
the XPath expression must be UTF-8 encoded.
</para>
</listitem>
</varlistentry>