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