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

« back to all changes in this revision

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