~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to data/canonical/input/test3.3.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE doc [<!ATTLIST e9 attr CDATA "default">]>
 
2
<doc>
 
3
   <e1   />
 
4
   <e2   ></e2>
 
5
   <e3   name = "elem3"   id="elem3"   />
 
6
   <e4   name="elem4"   id="elem4"   ></e4>
 
7
   <e5 a:attr="out" b:attr="sorted" attr2="all" attr="I'm"
 
8
      xmlns:b="http://www.ietf.org"
 
9
      xmlns:a="http://www.w3.org"
 
10
      xmlns="http://example.org"/>
 
11
   <e6 xmlns="" xmlns:a="http://www.w3.org">
 
12
      <e7 xmlns="http://www.ietf.org">
 
13
         <e8 xmlns="" xmlns:a="http://www.w3.org">
 
14
            <e9 xmlns="" xmlns:a="http://www.ietf.org"/>
 
15
         </e8>
 
16
      </e7>
 
17
   </e6>
 
18
</doc>