File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / VC / ElementValid8
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (13 years, 8 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: <!DOCTYPE doc [
    2: <!ELEMENT doc ((a, b)| (a, c))>
    3: <!ELEMENT a EMPTY>
    4: <!ELEMENT b (#PCDATA)>
    5: <!ELEMENT c (#PCDATA)>
    6: ]>
    7: <doc><a/><c> doc is non-deterministic </c></doc>

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