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

1.1     ! misho       1: <?xml version="1.0" encoding="UTF-8"?>
        !             2: <!--
        !             3: http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec3-102
        !             4: 
        !             5: Check that correct xml:base fixup is performed.
        !             6: -->
        !             7: <a xml:base="foo/bar">
        !             8:    <b xml:base="..">
        !             9:     <c xml:base="..">
        !            10:      <d xml:base="x">
        !            11:      </d>
        !            12:     </c>
        !            13:    </b>
        !            14: </a>

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