summaryrefslogtreecommitdiff
path: root/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml
blob: f46e1e9e7713a46be53ac42d43d47eeec6e925cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>