aboutsummaryrefslogtreecommitdiffstats
path: root/test/c14n/1-1-without-comments/example-8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/1-1-without-comments/example-8.xml')
-rwxr-xr-xtest/c14n/1-1-without-comments/example-8.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/c14n/1-1-without-comments/example-8.xml b/test/c14n/1-1-without-comments/example-8.xml
new file mode 100755
index 00000000..a07f6c7b
--- /dev/null
+++ b/test/c14n/1-1-without-comments/example-8.xml
@@ -0,0 +1,11 @@
+<!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="something/else">
+ <e1>
+ <e2 xmlns="" xml:id="abc" xml:base="bar/">
+ <e3 id="E3" xml:base="foo"/>
+ </e2>
+ </e1>
+</doc>