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

« back to all changes in this revision

Viewing changes to data/xinclude/output/namespacetest.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
<?xml version="1.0"?>
 
2
<simple>
 
3
  <test2 xmlns:svg="http://www.w3.org/2000/svg">
 
4
    <svg:svg>
 
5
      The above tag should have a mapped prefix
 
6
    </svg:svg>
 
7
  </test2>
 
8
  <test3 xmlns:xlink="http://www.w3.org/2000/xlink" xlink:type="simple">
 
9
     Make sure the XLinks come across
 
10
  </test3>
 
11
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
12
  <latin1>
 
13
    <firstElement/>
 
14
    trjsagdkasgdhasdgashgdhsadgashdg
 
15
 
 
16
    <insideChildren/>
 
17
    <another>
 
18
      <deeper>text</deeper>
 
19
    </another>
 
20
  </latin1>
 
21
  <inner xml:base="namespaceinner.xml">
 
22
  <test2 xmlns:svg="http://www.w3.org/2000/svg">
 
23
    <svg:svg>
 
24
      The above tag should have a mapped prefix
 
25
    </svg:svg>
 
26
  </test2>
 
27
  <test3 xmlns:xlink="http://www.w3.org/2000/xlink" xlink:type="simple">
 
28
     Make sure the XLinks come across
 
29
  </test3>
 
30
</inner>
 
31
</test>
 
32
</simple>