mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Allow {URI}NCName syntax for user parameters
Thanks to Richard Smith <richard@ex-parrot.com> for the patch. Applied with minor changes. Fixes bug #764195. https://bugzilla.gnome.org/show_bug.cgi?id=764195
This commit is contained in:
@ -523,6 +523,7 @@ static void usage(const char *name) {
|
||||
#endif
|
||||
printf("\t--encoding: the input document character encoding\n");
|
||||
printf("\t--param name value : pass a (parameter,value) pair\n");
|
||||
printf("\t name is a QName or a string of the form {URI}NCName.\n");
|
||||
printf("\t value is an UTF8 XPath expression.\n");
|
||||
printf("\t string values must be quoted like \"'string'\"\n or");
|
||||
printf("\t use stringparam to avoid it\n");
|
||||
|
Reference in New Issue
Block a user