summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr11.xml
blob: dcefb0596e426820a54ed3b6aede8d0fd5549120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE reference [

<!ELEMENT reference EMPTY>
<!ATTLIST reference
    value	ENTITY	"2orldbook"
    >
    <!-- tests the "attribute default legal" vc -->

<!NOTATION encyclopaedia PUBLIC "-//fooCorp Inc//NOTATION something//EN">
<!ENTITY brittannica SYSTEM "http://www.eb.com/" NDATA encyclopaedia>
<!ENTITY worldbook SYSTEM "http://www.worldbook.com">

]>

<reference value="brittannica"/>