diff options
Diffstat (limited to 'test/VC/ElementValid4')
-rw-r--r-- | test/VC/ElementValid4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/VC/ElementValid4 b/test/VC/ElementValid4 new file mode 100644 index 0000000..56df55a --- /dev/null +++ b/test/VC/ElementValid4 @@ -0,0 +1,7 @@ +<!DOCTYPE doc [ +<!ELEMENT doc (#PCDATA | a | b)*> +<!ELEMENT a EMPTY> +<!ELEMENT b (#PCDATA)> +<!ELEMENT c (#PCDATA)> +]> +<doc> This <b>seems</b> Ok <a/> but this <c>was not declared</c></doc> |