summaryrefslogtreecommitdiff
path: root/test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml')
-rw-r--r--test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml b/test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml
deleted file mode 100644
index 18b7c75..0000000
--- a/test/c14n/1-1-without-comments/xmlbase-c14n11spec-102.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<!--
-http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec-102
-
-Check that correct xml:base fixup is performed.
--->
-<!DOCTYPE doc [
- <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
- <!ATTLIST e3 id ID #IMPLIED>
-]>
-<doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://www.example.com/something/else">
- <e1>
- <e2 xmlns="" xml:id="abc" xml:base="../bar/">
- <e3 id="E3" xml:base="foo"/>
- </e2>
- </e1>
-</doc> \ No newline at end of file