diff --git a/ChangeLog b/ChangeLog index 762946f0..5e57d718 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 e711c818..15ae88ae 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 3d8170ec..d3849e29 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.