summaryrefslogtreecommitdiffstats
path: root/libxml2/test/dtd11
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/dtd11')
-rw-r--r--libxml2/test/dtd115
1 files changed, 5 insertions, 0 deletions
diff --git a/libxml2/test/dtd11 b/libxml2/test/dtd11
new file mode 100644
index 0000000..bdd512b
--- /dev/null
+++ b/libxml2/test/dtd11
@@ -0,0 +1,5 @@
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc val CDATA #IMPLIED>
+]>
+<doc val="v1"/>