summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P32/ibm32i01.xml
blob: 68ca044d8e806af5b4c9866c7e0558820e1ce1ea (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE animal SYSTEM "ibm32i01.dtd" [
   <!ELEMENT animal EMPTY>
]>
<!-- This is against VC: Standalone Document Declaration in P32
 The standalone document declaration has the value "yes", there is an external 
 markup declaration of attributes with default values, and the associated 
 element appears in the document with specified values for those attributes.   
-->
<animal/>