~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/not-sa02.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' standalone='yes'?>
 
2
 
 
3
<!DOCTYPE attributes SYSTEM "../valid/sa.dtd" [
 
4
    <!ENTITY internal " number99">
 
5
]>
 
6
 
 
7
    <!-- sync with ../valid/not-sa02.xml -->
 
8
 
 
9
    <!--
 
10
        LOTS of normalized/defaulted attributes
 
11
        keep this from being standalone
 
12
 
 
13
        XXX not the best of tests!!
 
14
        ... each type of normalization/defaulting
 
15
        needs separate testing
 
16
    -->
 
17
 
 
18
<attributes
 
19
    notation =  " nonce "
 
20
    nmtoken =   " this-gets-normalized "
 
21
    nmtokens =  " this&#x0d;&#x0a; also  gets&#x20; normalized "
 
22
    id =        "       &internal; "
 
23
    idref =     " &internal;
 
24
    "
 
25
    idrefs =    " &internal;  &internal;    &internal;"
 
26
    entity =    " unparsed-1 "
 
27
    entities =  "unparsed-1
 
28
    unparsed-2          
 
29
"
 
30
    cdata =     "nothing happens to this one!"
 
31
    />