File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test5.1.dtd
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (12 years, 11 months ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

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

<!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>