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

« back to all changes in this revision

Viewing changes to data/xinclude/input/marshtestwithxmlbaseandemptyhref.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
<!DOCTYPE root [
 
2
  <!ATTLIST x id ID #IMPLIED>
 
3
]>
 
4
<root xmlns:xi="http://www.w3.org/2001/XInclude" xml:base="http://www.example.org/">
 
5
<xi:include href="" xpointer="foo"/>
 
6
<x id="foo">
 
7
  <xi:include href="" xpointer="bar"/>
 
8
</x>
 
9
<x id="bar"/>
 
10
</root>
 
 
b'\\ No newline at end of file'