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

1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE root [
  <!ATTLIST x id ID #IMPLIED>]>
<root xmlns:xi="http://www.w3.org/2001/XInclude">
<x id="foo">
  <x id="bar"/>
</x>
<x id="foo">
  <x id="bar"/>
</x>
<x id="bar"/>
</root>