~ubuntu-branches/ubuntu/jaunty/pxp/jaunty

« back to all changes in this revision

Viewing changes to rtests/canonxml/data_valid/att_normalization/007.xml

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2002-03-27 20:47:53 UTC
  • Revision ID: james.westby@ubuntu.com-20020327204753-1lmazhm839pz62pq
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!DOCTYPE any [
 
4
 
 
5
<!ELEMENT el EMPTY>
 
6
<!ATTLIST el        
 
7
          nmtoken   NMTOKEN   #FIXED "
 
 
b'a'
 
 
b'"'
 
8
          nmtokens  NMTOKENS  #FIXED "a
 
 
b'b'
 
 
b'c"'
 
9
>
 
10
<!ELEMENT any ANY>
 
11
]>
 
12
 
 
13
<any>
 
14
  <el nmtoken="
 
15
a
 
16
"/>
 
17
  <el nmtokens="
 
18
a
 
19
b
 
20
c
 
21
"/>
 
22
</any>