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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<simple>
  <test2 xmlns:svg="http://www.w3.org/2000/svg">
    <svg:svg>
      The above tag should have a mapped prefix
    </svg:svg>
  </test2>
  <test3 xmlns:xlink="http://www.w3.org/2000/xlink" xlink:type="simple">
     Make sure the XLinks come across
  </test3>
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
  <latin1>
    <firstElement/>
    trjsagdkasgdhasdgashgdhsadgashdg

    <insideChildren/>
    <another>
      <deeper>text</deeper>
    </another>
  </latin1>
  <inner xml:base="namespaceinner.xml">
  <test2 xmlns:svg="http://www.w3.org/2000/svg">
    <svg:svg>
      The above tag should have a mapped prefix
    </svg:svg>
  </test2>
  <test3 xmlns:xlink="http://www.w3.org/2000/xlink" xlink:type="simple">
     Make sure the XLinks come across
  </test3>
</inner>
</test>
</simple>