xref: /aosp_15_r20/external/libxml2/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec3-102
4
5Check 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>
15