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

« back to all changes in this revision

Viewing changes to data/xinclude/output/roottest.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
<!-- comment before root 1 -->
 
3
 
 
4
<simple xml:base="simple.xml">
 
5
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
6
  <latin1>
 
7
    <firstElement/>
 
8
    trjsagdkasgdhasdgashgdhsadgashdg
 
9
 
 
10
    <insideChildren/>
 
11
    <another>
 
12
      <deeper>text</deeper>
 
13
    </another>
 
14
  </latin1>
 
15
  <test2>
 
16
    <!-- comment before root --><red  xml:base="test2.xml" xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
17
  <blue>
 
18
    trjsagdkasgdhasdgashgdhsadgashdg
 
19
 
 
20
  </blue>
 
21
</red><!-- comment after root -->
 
22
  </test2>
 
23
  <test3>
 
24
   <!-- <xinclude:include href="roottest.xml"/> -->
 
25
  </test3>
 
26
</test>
 
27
</simple>
 
28
 
 
29
<!-- comment after root 1 -->