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/items-dtd.dtd')
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/items-dtd.dtd11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/items-dtd.dtd b/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/items-dtd.dtd
deleted file mode 100644
index 16dfd38a..00000000
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/TestSources/items-dtd.dtd
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE items [
- <!ELEMENT items (item_tuple*)>
- <!ELEMENT item_tuple (itemno, description, offered_by,
- start_date?, end_date?, reserve_price? )>
- <!ELEMENT itemno (#PCDATA)>
- <!ELEMENT description (#PCDATA)>
- <!ELEMENT offered_by (#PCDATA)>
- <!ELEMENT start_date (#PCDATA)>
- <!ELEMENT end_date (#PCDATA)>
- <!ELEMENT reserve_price (#PCDATA)>
-]>

Back to the top