File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test5.dtd
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<!ELEMENT choices (p | ul | table | inside)*>

<!ELEMENT p (#PCDATA)>

<!ELEMENT ul (li*)>

<!ELEMENT li (#PCDATA)>

<!ELEMENT table (tr+)>

<!ELEMENT inside (element+) >

<!ELEMENT element (first | second | third | fourth*)>

<!ELEMENT tr (td+)>

<!ELEMENT td (#PCDATA)>

<!ELEMENT first (#PCDATA)>

<!ELEMENT second (#PCDATA)>

<!ELEMENT third (#PCDATA)>

<!ELEMENT fourth (#PCDATA)>


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>