update the man page based on Vincent Lefevre suggestion. Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 21 Apr 2008 14:28:56 +0000 (14:28 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 21 Apr 2008 14:28:56 +0000 (14:28 +0000)
* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on
  Vincent Lefevre suggestion.
Daniel

svn path=/trunk/; revision=1470

ChangeLog
doc/xsltproc.1
doc/xsltproc.xml

index 762946f..5e57d71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e711c81..15ae88a 100644 (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
index 3d8170e..d3849e2 100644 (file)
        </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>