summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/ls/files/canonicalform03.xml
blob: d1257bc09ea14273538beaba5f6d0643897b7a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html [<!ATTLIST acronym title CDATA "default">]>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>canonicalform03</title></head><body onload="parent.loadComplete()">
   <br   />
   <br   ></br>
   <div   name = "elem3"   id="elem3"   />
   <div   name="elem4"   id="elem4"   ></div>
   <div a:attr="out" b:attr="sorted" name="all" class="I'm"
      xmlns:b="http://www.ietf.org"
      xmlns:a="http://www.w3.org"
      xmlns="http://example.org"/>
   <div xmlns="" xmlns:a="http://www.w3.org">
      <div xmlns="http://www.ietf.org">
         <div xmlns="" xmlns:a="http://www.w3.org">
            <acronym xmlns="" xmlns:a="http://www.ietf.org"/>
         </div>
      </div>
   </div>
</body></html>