summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/valid/sgml01.xml
blob: 6cfdfee07dd4112e42b5a6a7a478833cc5363637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE root [
    <!ELEMENT root EMPTY>
    <!--
	SGML dislikes token reuse.  It's legal XML, so any
	XML parser must accept it, though it's discouraged
	in documents "for interoperability"
    -->
    <!ATTLIST root
	status		(initial-draft|revision|final) "initial-draft"
	position	(first|intermediate|final) "first"
	>
]>

<root/>