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

« back to all changes in this revision

Viewing changes to data/xinclude/input/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
<simple>
 
2
  <test2 xmlns:svg="http://www.w3.org/2000/svg">
 
3
    <svg:svg>
 
4
      The above tag should have a mapped prefix
 
5
    </svg:svg>
 
6
  </test2>
 
7
  <test3 xmlns:xlink="http://www.w3.org/2000/xlink" xlink:type="simple">
 
8
     Make sure the XLinks come across
 
9
  </test3>
 
10
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
11
  <latin1>
 
12
    <firstElement/>
 
13
    <xinclude:include href="utf8.xml" parse="text"/>
 
14
    <insideChildren/>
 
15
    <another>
 
16
      <deeper>text</deeper>
 
17
    </another>
 
18
  </latin1>
 
19
  <xinclude:include href="namespaceinner.xml"/>
 
20
</test>
 
21
</simple>