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

« back to all changes in this revision

Viewing changes to data/xinclude/output/test.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 -->
 
3
<!DOCTYPE test [
 
4
<!ELEMENT test (latin1 , test2)>
 
5
]>
 
6
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
 
7
  <latin1>
 
8
    <firstElement/>
 
9
    trjsagdkasgdhasdgashgdhsadgashdg
 
10
  
 
11
    <insideChildren/>
 
12
    <another>
 
13
      <deeper>text</deeper>
 
14
    </another>
 
15
  </latin1>
 
16
  <test2>
 
17
    <!-- comment before root --><red xml:base="test2.xml">
 
18
  <blue>
 
19
    trjsagdkasgdhasdgashgdhsadgashdg
 
20
 
 
21
  </blue>
 
22
</red><!-- comment after root --> 
 
23
  </test2>
 
24
</test>
 
25
<!-- comment after root -->