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

« back to all changes in this revision

Viewing changes to tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/sa/044.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
<!DOCTYPE doc [
 
2
<!ELEMENT doc (e*)>
 
3
<!ELEMENT e EMPTY>
 
4
<!ATTLIST e a1 CDATA "v1" a2 CDATA "v2" a3 CDATA #IMPLIED>
 
5
]>
 
6
<doc>
 
7
<e a3="v3"/>
 
8
<e a1="w1"/>
 
9
<e a2="w2" a3="v3"/>
 
10
</doc>