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

« back to all changes in this revision

Viewing changes to data/xinclude/input/docwithidandtumbler.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 test [
 
2
  <!ATTLIST p id ID #REQUIRED>
 
3
]>
 
4
<test>
 
5
  <p id="p1">
 
6
     <t>
 
7
       <p/>
 
8
       <q>If you only see the q element the test worked</q>
 
9
       <r>bad!</r>
 
10
     </t>
 
11
     <r/> <u>If you see me, the test failed</u>
 
12
   </p>
 
13
</test>
 
14