~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P56/ibm56i06.xml

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml  version="1.0"?>
 
2
<!-- validity constraint check for Production 56(Negative Test)-->
 
3
<!DOCTYPE tokenizer
 
4
 [
 
5
 <!ELEMENT tokenizer ANY>
 
6
 <!ELEMENT a EMPTY>
 
7
 <!ATTLIST a first ID #REQUIRED>
 
8
 <!ATTLIST a second ID #REQUIRED>
 
9
 ]>
 
10
<tokenizer>
 
11
<a first = "AC1999" second="BC1999"></a>
 
12
This is a Negative validity test for ID.
 
13
There is more than attribute of type ID for the element a
 
14
 
 
15
</tokenizer>