Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/report.dtd')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/report.dtd31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/report.dtd b/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/report.dtd
deleted file mode 100644
index 3e68c7dc..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/report.dtd
+++ /dev/null
@@ -1,31 +0,0 @@
- <!NOTATION cgm PUBLIC "Computer Graphics Metafile">
- <!NOTATION ccitt PUBLIC "CCITT group 4 raster">
-
- <!ENTITY % text "(#PCDATA | emph)*">
- <!ENTITY infoflow SYSTEM "infoflow.ccitt" NDATA ccitt>
- <!ENTITY tagexamp SYSTEM "tagexamp.cgm" NDATA cgm>
-
- <!ELEMENT report (title, chapter+)>
- <!ELEMENT title %text;>
- <!ELEMENT chapter (title, intro?, section*)>
- <!ATTLIST chapter
- shorttitle CDATA #IMPLIED>
- <!ELEMENT intro (para | graphic)+>
- <!ELEMENT section (title, intro?, topic*)>
- <!ATTLIST section
- shorttitle CDATA #IMPLIED
- sectid ID #IMPLIED>
- <!ELEMENT topic (title, (para | graphic)+)>
- <!ATTLIST topic
- shorttitle CDATA #IMPLIED
- topicid ID #IMPLIED>
- <!ELEMENT para (#PCDATA | emph | xref)*>
- <!ATTLIST para
- security (u | c | s | ts) "u">
- <!ELEMENT emph %text;>
- <!ELEMENT graphic EMPTY>
- <!ATTLIST graphic
- graphname ENTITY #REQUIRED>
- <!ELEMENT xref EMPTY>
- <!ATTLIST xref
- xrefid IDREF #IMPLIED>

Back to the top