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

« back to all changes in this revision

Viewing changes to data/xinclude/input/simple.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
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
3
  <latin1>
 
4
    <firstElement/>
 
5
    <xinclude:include href="utf8.xml" parse="text"/>
 
6
    <insideChildren/>
 
7
    <another>
 
8
      <deeper>text</deeper>
 
9
    </another>
 
10
  </latin1>
 
11
  <test2>
 
12
    <xinclude:include href="test2.xml"/>
 
13
  </test2>
 
14
  <test3>
 
15
   <!-- <xinclude:include href="roottest.xml"/> -->
 
16
  </test3>
 
17
</test>
 
18
</simple>