aboutsummaryrefslogtreecommitdiffstats
path: root/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml')
-rw-r--r--test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml b/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml
new file mode 100644
index 00000000..f46e1e9e
--- /dev/null
+++ b/test/c14n/1-1-without-comments/xmlbase-c14n11spec3-102.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec3-102
+
+Check that correct xml:base fixup is performed.
+-->
+<a xml:base="foo/bar">
+ <b xml:base="..">
+ <c xml:base="..">
+ <d xml:base="x">
+ </d>
+ </c>
+ </b>
+</a>