diff options
Diffstat (limited to 'ext/dom/tests/note.dtd')
-rw-r--r-- | ext/dom/tests/note.dtd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/dom/tests/note.dtd b/ext/dom/tests/note.dtd new file mode 100644 index 000000000..c2d558eee --- /dev/null +++ b/ext/dom/tests/note.dtd @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!ELEMENT note (to,from,heading,body)> +<!ELEMENT to (#PCDATA)> +<!ELEMENT from (#PCDATA)> +<!ELEMENT heading (#PCDATA)> +<!ELEMENT body (#PCDATA)> |