From: Daniel Veillard Date: Mon, 21 Apr 2008 14:28:56 +0000 (+0000) Subject: update the man page based on Vincent Lefevre suggestion. Daniel X-Git-Tag: v1.1.28~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1af0eb0e02c24998f0883725820e80e8cb111264;p=platform%2Fupstream%2Flibxslt.git 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 --- diff --git a/ChangeLog b/ChangeLog index 762946f..5e57d71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 21 16:16:29 CEST 2008 Daniel Veillard + + * 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 * libxslt/pattern.c: fixes #527297 general patter comps fix and cleanup diff --git a/doc/xsltproc.1 b/doc/xsltproc.1 index e711c81..15ae88a 100644 --- a/doc/xsltproc.1 +++ b/doc/xsltproc.1 @@ -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 diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml index 3d8170e..d3849e2 100644 --- a/doc/xsltproc.xml +++ b/doc/xsltproc.xml @@ -302,11 +302,12 @@ - Pass a parameter of name PARAMNAME and - value PARAMVALUE 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 instead. +Pass a parameter of name PARAMNAME and value +PARAMVALUE 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 instead, to avoid +additional quote characters that appear in string expressions. Note: +the XPath expression must be UTF-8 encoded.