Annotation of embedaddon/libxml2/test/c14n/1-1-without-comments/xmlbase-c14n11spec2-102.xml, revision 1.1.1.1

1.1       misho       1: <!--
                      2: http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec2-102
                      3: 
                      4: Check that correct xml:base fixup is performed.
                      5: -->
                      6: <!DOCTYPE doc [
                      7:   <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
                      8:   <!ATTLIST e3 id ID #IMPLIED>
                      9: ]>
                     10: <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else">
                     11:      <e1>
                     12:         <e2 xmlns="" xml:id="abc" xml:base="bar/">
                     13:            <e3 id="E3" xml:base="foo"/>
                     14:         </e2>
                     15:      </e1>
                     16: </doc>

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