libxslt r1470 - in trunk: . doc



Author: veillard
Date: Mon Apr 21 14:28:56 2008
New Revision: 1470
URL: http://svn.gnome.org/viewvc/libxslt?rev=1470&view=rev

Log:
* doc/xsltproc.1 doc/xsltproc.xml: update the man page based on
  Vincent Lefevre suggestion.
Daniel


Modified:
   trunk/ChangeLog
   trunk/doc/xsltproc.1
   trunk/doc/xsltproc.xml

Modified: trunk/doc/xsltproc.1
==============================================================================
--- trunk/doc/xsltproc.1	(original)
+++ trunk/doc/xsltproc.1	Mon Apr 21 14:28:56 2008
@@ -174,9 +174,9 @@
 \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

Modified: trunk/doc/xsltproc.xml
==============================================================================
--- trunk/doc/xsltproc.xml	(original)
+++ trunk/doc/xsltproc.xml	Mon Apr 21 14:28:56 2008
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]