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

« back to all changes in this revision

Viewing changes to data/external.dtd

  • 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
<!ELEMENT test (#PCDATA)>
 
2
<!-- comment should not be here -->
 
3
<?processing instruction should not be here?>
 
4
<!ATTLIST test name (CDATA) #FIXED "value">
 
5
<!ATTLIST test name CDATA "value">
 
6
<!ATTLIST root anattribute CDATA #REQUIRED>
 
7
<!ATTLIST root anotherattribute CDATA "value">
 
8
<!ENTITY hatch-pic SYSTEM "http://www.example.com/images/cup.gif" NDATA gif>
 
9
<!ENTITY public-pic PUBLIC "public ID" "http://www.example.com/images/cup.gif" NDATA gif>
 
10
<!ENTITY Pub-Status "This is a pre-release of the specification.">
 
11
<!ENTITY open-hatch PUBLIC "-//Textuality//TEXT Standard open-hatch boilerplate//EN" "http://www.textuality.com/boilerplate/OpenHatch.xml">
 
12
<!ENTITY test SYSTEM "http://www.textuality.com/boilerplate/OpenHatch.xml">
 
13
<!NOTATION ISODATE SYSTEM "http://www.iso.ch/cate/d15903.html">
 
14
<!NOTATION DATE PUBLIC "DATE PUBLIC ID" "http://www.iso.ch/cate/d15903.html">
 
15
<!NOTATION gif PUBLIC "-//Textuality//TEXT Standard open-hatch boilerplate//EN">
 
 
b'\\ No newline at end of file'