1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

applied patch from Daniel Leidert to fix some typo applied another patch

* doc/xslt.html python/tests/pyxsltproc.py xsltproc/xsltproc.c:
  applied patch from Daniel Leidert to fix some typo
* xsltproc.xml xsltproc.1: applied another patch from Daniel Leidert
  and regenerated
Daniel
This commit is contained in:
Daniel Veillard
2006-08-21 08:46:05 +00:00
parent c73d033283
commit 96f2cda8a7
7 changed files with 71 additions and 50 deletions

View File

@ -511,7 +511,7 @@ static void usage(const char *name) {
printf("\t file:///etc/xml/catalog are activated by default\n");
#endif
#ifdef LIBXML_XINCLUDE_ENABLED
printf("\t--xinclude : do XInclude processing on document intput\n");
printf("\t--xinclude : do XInclude processing on document input\n");
#endif
printf("\t--load-trace : print trace of all external entites loaded\n");
printf("\t--profile or --norman : dump profiling informations \n");