Menu

[r11]: / branches / dasho / DOM / dtdparse / ex1  Maximize  Restore  History

Download this file

30 lines (16 with data), 497 Bytes

<!ELEMENT client (name, phone*, company?, (contact| attitude|personal|image)*)>

<!ELEMENT name (first, middle?, last, nickname*)>

<!-- This is a comment --> 
 
<!ELEMENT phone (#PCDATA)>

<!ELEMENT company (#PCDATA)>

<!ELEMENT contact (#PCDATA|date)*> 

<!ELEMENT first (#PCDATA)>

<!ELEMENT middle (#PCDATA)>

<!ELEMENT last (#PCDATA)>

<!ELEMENT nickname (#PCDATA)>

<!ELEMENT date (#PCDATA)>

<!ELEMENT personal (#PCDATA| date)*> 

<!ELEMENT attitude EMPTY>

<!--
<!ELEMENT image EMPTY>
-->
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.