diff options
Diffstat (limited to 'spss.test/resources/test_wo_canonicalisation.XML')
-rw-r--r-- | spss.test/resources/test_wo_canonicalisation.XML | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spss.test/resources/test_wo_canonicalisation.XML b/spss.test/resources/test_wo_canonicalisation.XML new file mode 100644 index 000000000..bab75c60a --- /dev/null +++ b/spss.test/resources/test_wo_canonicalisation.XML @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!--1st Comment-->
+<n1:Elem1 b="Testb" a="Testa" xmlns:n0="foo:bar"
+ xmlns:n3="ftp://example.org"
+ xmlns:n1="http://example.net"
+ xml:lang="en">
+ Test<!--2nd Comment-->
+ <n3:Elem2></n3:Elem2>
+</n1:Elem1>
\ No newline at end of file |