diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2008-04-21 14:28:56 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2008-04-21 14:28:56 +0000 |
commit | 1af0eb0e02c24998f0883725820e80e8cb111264 (patch) | |
tree | 31148bebae684a9c12c800594718f01642a93fd3 /doc/xsltproc.xml | |
parent | 2f21f67242eeb557ac6aeaba4ec514d27f0373c4 (diff) | |
download | libxslt-1af0eb0e02c24998f0883725820e80e8cb111264.tar.gz libxslt-1af0eb0e02c24998f0883725820e80e8cb111264.tar.bz2 libxslt-1af0eb0e02c24998f0883725820e80e8cb111264.zip |
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
Diffstat (limited to 'doc/xsltproc.xml')
-rw-r--r-- | doc/xsltproc.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml index 3d8170ec..d3849e29 100644 --- a/doc/xsltproc.xml +++ b/doc/xsltproc.xml @@ -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> |