diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-06-02 17:44:04 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-06-02 17:44:04 +0000 |
commit | 011b63cb2034476017dde1d4ad5a6aea43b94066 (patch) | |
tree | 5eb636d84598f6ccad47c88aff74f78cc3a2f233 /test/dtd7 | |
parent | 27d88744f942598a7ea4d0a4a0902ecb0f2db50b (diff) | |
download | libxml2-011b63cb2034476017dde1d4ad5a6aea43b94066.tar.gz |
Release of libxml-1.1, Daniel.LIB_XML_1_1
Diffstat (limited to 'test/dtd7')
-rw-r--r-- | test/dtd7 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/dtd7 b/test/dtd7 new file mode 100644 index 00000000..b151c21c --- /dev/null +++ b/test/dtd7 @@ -0,0 +1,6 @@ +<!DOCTYPE doc [ +<!ELEMENT doc (a , b)*> +<!ELEMENT a (#PCDATA)> +<!ELEMENT b (#PCDATA)> +]> +<doc><a>This</a><b> is a valid document</b></doc> |