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

« back to all changes in this revision

Viewing changes to data/xmlid/tests/010_okxref.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 doc [
 
2
<!ATTLIST para
 
3
        id ID #IMPLIED
 
4
        ref IDREF #IMPLIED
 
5
>
 
6
]>
 
7
<doc>
 
8
 <para id="id1" xml:id="id2"/>
 
9
 <para ref="is2"/>
 
10
</doc>