summaryrefslogtreecommitdiff
path: root/test/c14n/1-1-without-comments/xmlid-prop-2.xml
blob: ca58c2b08e7171e898a86a4b3ce2afc46a624e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!--
http://www.w3.org/TR/xmldsig2ed-tests/#XMLID

Check that implementations of [XML-C14N1.1] handle xml:id attributes 
as defined in [XML-C14N1.1]
-->
<ietf:c14n11XmlIdDoc1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org">
     <ietf:e1 xml:id="IdInterop">
        <ietf:e11>
           <ietf:e111 />
        </ietf:e11>
        <ietf:e12 at="2">
           <ietf:e121 />
        </ietf:e12>
     </ietf:e1>
     <ietf:e2 >
        <ietf:e21 />
     </ietf:e2>  
</ietf:c14n11XmlIdDoc1>