xref: /aosp_15_r20/external/libxml2/test/c14n/1-1-without-comments/xmlbase-prop-3.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*7c568831SAndroid Build Coastguard Worker<!--
3*7c568831SAndroid Build Coastguard Workerhttp://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-prop-3
4*7c568831SAndroid Build Coastguard Worker
5*7c568831SAndroid Build Coastguard WorkerCheck that implementations of [XML-C14N1.1] properly build the xml:base
6*7c568831SAndroid Build Coastguard Workerif one of intermediate the levels (ietf:e1) are absent from the document
7*7c568831SAndroid Build Coastguard Workersubset.
8*7c568831SAndroid Build Coastguard Worker-->
9*7c568831SAndroid Build Coastguard Worker<ietf:c14n11XmlBaseDoc1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://xmlbase.example.org/xmlbase0/">
10*7c568831SAndroid Build Coastguard Worker    <ietf:e1 xml:base="/xmlbase1/">
11*7c568831SAndroid Build Coastguard Worker      <ietf:e11 xml:base="/xmlbase11/">
12*7c568831SAndroid Build Coastguard Worker        <ietf:e111 xml:base="/xmlbase111/"/>
13*7c568831SAndroid Build Coastguard Worker      </ietf:e11>
14*7c568831SAndroid Build Coastguard Worker      <ietf:e12 at="2">
15*7c568831SAndroid Build Coastguard Worker        <ietf:e121 xml:base="/xmlbase121/"/>
16*7c568831SAndroid Build Coastguard Worker      </ietf:e12>
17*7c568831SAndroid Build Coastguard Worker    </ietf:e1>
18*7c568831SAndroid Build Coastguard Worker    <ietf:e2>
19*7c568831SAndroid Build Coastguard Worker      <ietf:e21 xml:base="/xmlbase21/"/>
20*7c568831SAndroid Build Coastguard Worker    </ietf:e2>
21*7c568831SAndroid Build Coastguard Worker    <ietf:e3>
22*7c568831SAndroid Build Coastguard Worker      <ietf:e31 at="3"/>
23*7c568831SAndroid Build Coastguard Worker    </ietf:e3>
24*7c568831SAndroid Build Coastguard Worker</ietf:c14n11XmlBaseDoc1>
25