1*7c568831SAndroid Build Coastguard Worker<!-- 2*7c568831SAndroid Build Coastguard Workerhttp://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec2-102 3*7c568831SAndroid Build Coastguard Worker 4*7c568831SAndroid Build Coastguard WorkerCheck that correct xml:base fixup is performed. 5*7c568831SAndroid Build Coastguard Worker--> 6*7c568831SAndroid Build Coastguard Worker<!DOCTYPE doc [ 7*7c568831SAndroid Build Coastguard Worker <!ATTLIST e2 xml:space (default|preserve) 'preserve'> 8*7c568831SAndroid Build Coastguard Worker <!ATTLIST e3 id ID #IMPLIED> 9*7c568831SAndroid Build Coastguard Worker]> 10*7c568831SAndroid Build Coastguard Worker<doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"> 11*7c568831SAndroid Build Coastguard Worker <e1> 12*7c568831SAndroid Build Coastguard Worker <e2 xmlns="" xml:id="abc" xml:base="bar/"> 13*7c568831SAndroid Build Coastguard Worker <e3 id="E3" xml:base="foo"/> 14*7c568831SAndroid Build Coastguard Worker </e2> 15*7c568831SAndroid Build Coastguard Worker </e1> 16*7c568831SAndroid Build Coastguard Worker</doc>