summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P56/ibm56i05.xml
blob: fb555aa080c0fb3eeeedf37b179c54daec204067 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(Negative Test)-->
<!DOCTYPE tokenizer
 [
 <!ELEMENT tokenizer ANY>
 <!ATTLIST tokenizer UniqueName ID "BOGUS">
 ]>
<tokenizer UniqueName = "AC1999">
This is a Negative validity test for ID Attribute Default.
Giving the attibute default as a const string
</tokenizer>