~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/eduni/xml-1.1/006.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.1"?>
 
2
<!-- Second-level external general entity has later version number than
 
3
     first-level, but not later than document, so not an error. -->
 
4
<!DOCTYPE foo [
 
5
<!ELEMENT foo ANY>
 
6
<!ENTITY ent1 SYSTEM "006_1.ent">
 
7
<!ENTITY ent2 SYSTEM "006_2.ent">
 
8
]>
 
9
<foo>&ent1;</foo>