xmlspace-prop-3.xml 549 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. http://www.w3.org/TR/xmldsig2ed-tests/#XMLSPACE
  4. Check that implementations of [XML-C14N1.1] handle xml:space attributes
  5. as defined in [XML-C14N1.1]
  6. -->
  7. <ietf:c14n11XmlSpaceDoc1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org">
  8. <ietf:e1 xml:space="true">
  9. <ietf:e11>
  10. <ietf:e111 />
  11. </ietf:e11>
  12. <ietf:e12 at="2">
  13. <ietf:e121 />
  14. </ietf:e12>
  15. </ietf:e1>
  16. <ietf:e2 >
  17. <ietf:e21 />
  18. </ietf:e2>
  19. </ietf:c14n11XmlSpaceDoc1>