org.eclipse.scripting.examples/itpsea.dtd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (as text) (annotate)
Tue Aug 14 15:24:26 2001 UTC (8 years, 3 months ago) by vlad
Branch: MAIN
CVS Tags: v011114, v20011218, v20011211, v011113, v205, v011101, v203, HEAD
Changes since 1.1: +1 -1 lines
1GI78ZE: ITPSCRIPT:ALL - incorrect eol characters in xml files
<?xml encoding="UTF-8"?>
<!ELEMENT itpsea (element*)>
<!ATTLIST itpsea
  type    CDATA #REQUIRED
>
<!ELEMENT element (attribute*,element*)>
<!ATTLIST element
  name    CDATA #REQUIRED
>
<!ELEMENT attribute EMPTY>
<!ATTLIST attribute
  name    CDATA #REQUIRED
  value   CDATA #REQUIRED
>