summaryrefslogtreecommitdiff
path: root/examples/schema1
diff options
context:
space:
mode:
Diffstat (limited to 'examples/schema1')
-rw-r--r--examples/schema13
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/schema1 b/examples/schema1
new file mode 100644
index 0000000..cb88052
--- /dev/null
+++ b/examples/schema1
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Validate against XSD schema
+./xmlstarlet val -b -s xsd/table.xsd xml/table.xml xml/tab-obj.xml 2>/dev/null; echo $?