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

« back to all changes in this revision

Viewing changes to data/internaldtdsubsettest.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
<?xml version="1.0"?>
 
2
<!DOCTYPE root [
 
3
  <!ELEMENT root (#PCDATA)>
 
4
  <!-- comment -->
 
5
  <?target PI data?>
 
6
  <!NOTATION JPEG SYSTEM "image/jpeg">
 
7
  <!ATTLIST  root source ENTITY #REQUIRED>
 
8
  <!ENTITY picture SYSTEM "picture.jpg" NDATA JPEG>  
 
9
]>
 
10
<root source="picture">
 
11
  This document is intended to test the building of
 
12
  various constructs in the internal DTD subset.
 
13
</root>