mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Fixed bug #616839
This commit is contained in:
@ -1240,7 +1240,7 @@ Usage: xsltproc [options] stylesheet file [file ...]
|
|||||||
--timing: display the time used
|
--timing: display the time used
|
||||||
--repeat: run the transformation 20 times
|
--repeat: run the transformation 20 times
|
||||||
--debug: dump the tree of the result instead
|
--debug: dump the tree of the result instead
|
||||||
--novalid: skip the Dtd loading phase
|
--novalid: skip the DTD loading phase
|
||||||
--noout: do not dump the result
|
--noout: do not dump the result
|
||||||
--maxdepth val : increase the maximum depth
|
--maxdepth val : increase the maximum depth
|
||||||
--html: the input document is(are) an HTML file(s)
|
--html: the input document is(are) an HTML file(s)
|
||||||
|
@ -498,7 +498,7 @@ static void usage(const char *name) {
|
|||||||
printf("\t--debug: dump the tree of the result instead\n");
|
printf("\t--debug: dump the tree of the result instead\n");
|
||||||
#endif
|
#endif
|
||||||
printf("\t--dumpextensions: dump the registered extension elements and functions to stdout\n");
|
printf("\t--dumpextensions: dump the registered extension elements and functions to stdout\n");
|
||||||
printf("\t--novalid skip the Dtd loading phase\n");
|
printf("\t--novalid skip the DTD loading phase\n");
|
||||||
printf("\t--nodtdattr do not default attributes from the DTD\n");
|
printf("\t--nodtdattr do not default attributes from the DTD\n");
|
||||||
printf("\t--noout: do not dump the result\n");
|
printf("\t--noout: do not dump the result\n");
|
||||||
printf("\t--maxdepth val : increase the maximum depth\n");
|
printf("\t--maxdepth val : increase the maximum depth\n");
|
||||||
|
Reference in New Issue
Block a user