* xsltproc/xsltproc.c: tell in usage that parameter strings
need to be quoted
Daniel
+Tue Sep 11 14:48:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+ * xsltproc/xsltproc.c: tell in usage that parameter strings
+ need to be quoted
+
Tue Sep 11 13:42:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
* libxslt/Makefile.am libxslt/transform.c: trying to close
printf(" --docbook: the input document is SGML docbook\n");
#endif
printf(" --param name value : pass a (parameter,value) pair\n");
+ printf(" string values must be quoted like \"'string'\"\n");
printf(" --nonet refuse to fetch DTDs or entities over network\n");
printf(" --warnnet warn against fetching over the network\n");
#ifdef LIBXML_CATALOG_ENABLED