Annotation of embedaddon/libxml2/test/c14n/1-1-without-comments/example-7.xml, revision 1.1.1.1

1.1       misho       1: <!DOCTYPE doc [
                      2: <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
                      3: <!ATTLIST e3 id ID #IMPLIED>
                      4: ]>
                      5: <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org">
                      6:    <e1>
                      7:       <e2 xmlns="">
                      8:          <e3 id="E3"/>
                      9:       </e2>
                     10:    </e1>
                     11: </doc>

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