File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / c14n / 1-1-without-comments / xmlbase-c14n11spec3-102.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<?xml version="1.0" encoding="UTF-8"?>
<!--
http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec3-102

Check that correct xml:base fixup is performed.
-->
<a xml:base="foo/bar">
   <b xml:base="..">
    <c xml:base="..">
     <d xml:base="x">
     </d>
    </c>
   </b>
</a>

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