xref: /aosp_15_r20/external/libxml2/test/c14n/1-1-without-comments/xmlbase-c14n11spec2-102.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
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>