summaryrefslogtreecommitdiff
path: root/examples/dtd1
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dtd1')
-rw-r--r--examples/dtd13
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/dtd1 b/examples/dtd1
new file mode 100644
index 0000000..8f291bd
--- /dev/null
+++ b/examples/dtd1
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Validate XML document against DTD
+./xmlstarlet val --dtd dtd/table.dtd xml/tab-obj.xml >/dev/null 2>&1; echo $?