~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/sun/invalid/id06.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 root [
 
2
    <!ELEMENT root ANY>
 
3
    <!ATTLIST root
 
4
        id      ID      #IMPLIED
 
5
        idref   IDREF   #IMPLIED
 
6
        >
 
7
]>
 
8
 
 
9
<!-- Values of type IDREF must match the name production -->
 
10
 
 
11
<root idref="36d">
 
12
</root>
 
13
 
 
14