]> gitweb @ CieloNegro.org - hxt-compile.git/blobdiff - examples/dtd.xml
dtd.xml
[hxt-compile.git] / examples / dtd.xml
diff --git a/examples/dtd.xml b/examples/dtd.xml
new file mode 100644 (file)
index 0000000..077f5cf
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE foo [
+    <!ELEMENT foo (baz)>
+    <!ELEMENT baz (#PCDATA)>
+]>
+<foo>
+  <bar>baz</bar>
+</foo>
\ No newline at end of file