summaryrefslogtreecommitdiff
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-30 21:09:12 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-30 21:09:12 +0000
commite70375cd7911ac73df1b488cc0afc0b78d99819e (patch)
treedbcf34dcd9ba53a3ca00dca52049abd2a4a758f3 /xmllint.c
parentdb68b74dc7ec531361a736de7769a3e8ce881f79 (diff)
downloadlibxml2-e70375cd7911ac73df1b488cc0afc0b78d99819e.tar.gz
commiting work done on the plane last week-end Daniel
* schematron.c xmllint.c include/libxml/schematron.h: commiting work done on the plane last week-end Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmllint.c b/xmllint.c
index 686b652c..b4c7b733 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -2853,6 +2853,9 @@ static void usage(const char *name) {
printf("\t--relaxng schema : do RelaxNG validation against the schema\n");
printf("\t--schema schema : do validation against the WXS schema\n");
#endif
+#ifdef LIBXML_SCHEMATRON_ENABLED
+ printf("\t--schematron schema : do validation against a schematron\n");
+#endif
#ifdef LIBXML_SAX1_ENABLED
printf("\t--sax1: use the old SAX1 interfaces for processing\n");
#endif