xmlbase-c14n11spec3-102.xml 286 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec3-102
  4. Check that correct xml:base fixup is performed.
  5. -->
  6. <a xml:base="foo/bar">
  7. <b xml:base="..">
  8. <c xml:base="..">
  9. <d xml:base="x">
  10. </d>
  11. </c>
  12. </b>
  13. </a>