1234567891011121314151617181920 |
- <?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>
|