diff options
Diffstat (limited to 'tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06g.xml')
-rw-r--r-- | tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06g.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06g.xml b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06g.xml new file mode 100644 index 0000000..37b1ee6 --- /dev/null +++ b/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06g.xml @@ -0,0 +1,8 @@ +<!-- Default values for NOTATION attributes must match one of the enumerated values. --> +<!DOCTYPE foo [ +<!ELEMENT foo ANY> +<!ATTLIST foo a NOTATION (not) "not2"> +<!NOTATION not SYSTEM "not"> +<!NOTATION not2 SYSTEM "not2"> +]> +<foo a="not">junk</foo> |