File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / test4.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 (13 years, 1 month ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    1: <!ELEMENT nodes (first+, second, third?, fourth, fifth*, fourth*, (option1, option2)?, (option3, option4)* )>
    2: 
    3: <!ELEMENT first (#PCDATA)>
    4: 
    5: <!ELEMENT second (#PCDATA)>
    6: 
    7: <!ELEMENT third (#PCDATA)>
    8: 
    9: <!ELEMENT fourth (#PCDATA)>
   10: 
   11: <!ELEMENT fifth (#PCDATA)>
   12: 
   13: <!ELEMENT option1 (first, second)>
   14: 
   15: <!ELEMENT option2 (third, fourth+)>
   16: 
   17: <!ELEMENT option3 (first, second)>
   18: 
   19: <!ELEMENT option4 (third, fourth+)>
   20: 

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