diff options
Diffstat (limited to 'tests/merlin-c14n-three/c14n-2.txt')
-rw-r--r-- | tests/merlin-c14n-three/c14n-2.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/merlin-c14n-three/c14n-2.txt b/tests/merlin-c14n-three/c14n-2.txt new file mode 100644 index 00000000..dfacdb4b --- /dev/null +++ b/tests/merlin-c14n-three/c14n-2.txt @@ -0,0 +1,15 @@ +<bar:Something xmlns:bar="http://example.org/bar" xml:lang="en-ie"> + <foo:Nothing xmlns:foo="http://example.org/foo"> + <foo:Something> + <bar:Something xmlns:bar="http://example.org/bar"> + <foo:Something xmlns:foo="http://example.org/foo"> + <foo:Nothing> + <foo:Something> + <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> + </foo:Something> + </foo:Nothing> + </foo:Something> + </bar:Something> + </foo:Something> + </foo:Nothing> + </bar:Something>
\ No newline at end of file |