Annotation of embedaddon/libxml2/test/defattr2.xml, revision 1.1.1.1

1.1       misho       1: <!DOCTYPE doc [
                      2: <!ELEMENT doc EMPTY>
                      3: <!ATTLIST doc
                      4:      defatt  (0|1)   "0"
                      5:      xmlns:tst CDATA #FIXED "http://example.org"
                      6:      tst:att (0|1)   "1">
                      7: ]>
                      8: <doc att="1"/>

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