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

« back to all changes in this revision

Viewing changes to data/xinclude/input/simple2.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
<!-- comment before root 1 -->
 
2
<simple>
 
3
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
4
  <latin1>
 
5
    <firstElement/>
 
6
    <xinclude:include href="utf8.xml" parse="text"/>
 
7
    <insideChildren/>
 
8
    <another>
 
9
      <deeper>text</deeper>
 
10
    </another>
 
11
  </latin1>
 
12
  <test2>
 
13
    <xinclude:include href="test2.xml"/>
 
14
  </test2>
 
15
  <test3>
 
16
   <!-- <xinclude:include href="roottest.xml"/> -->
 
17
  </test3>
 
18
</test>
 
19
</simple>
 
20
 
 
21
<!-- comment after root 1 -->
 
 
b'\\ No newline at end of file'