~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/ibm56i14.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 test
 
4
 [
 
5
 <!ELEMENT test ANY>
 
6
 <!ELEMENT landscape EMPTY>
 
7
 <!ENTITY image1 SYSTEM "d:\testspec\images\sunset.gif" NDATA gif>
 
8
 <!ENTITY image2 SYSTEM "d:\testspec\images\frontpage.gif" NDATA gif>
 
9
 <!ATTLIST landscape sun ENTITIES #IMPLIED>
 
10
]>
 
11
<test>
 
12
<landscape sun = "#image1 @image"></landscape>
 
13
In an attribute declaration, values of type ENTITIES do not match the Name production.
 
14
</test>
 
 
b'\\ No newline at end of file'