xmlbase-c14n11spec-102.xml 480 B

12345678910111213141516
  1. <!--
  2. http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec-102
  3. Check that correct xml:base fixup is performed.
  4. -->
  5. <!DOCTYPE doc [
  6. <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
  7. <!ATTLIST e3 id ID #IMPLIED>
  8. ]>
  9. <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://www.example.com/something/else">
  10. <e1>
  11. <e2 xmlns="" xml:id="abc" xml:base="../bar/">
  12. <e3 id="E3" xml:base="foo"/>
  13. </e2>
  14. </e1>
  15. </doc>