summaryrefslogtreecommitdiff
path: root/tests/merlin-c14n-three/c14n-19.txt
blob: 7a86b5e792ba5234adc4cd18b1aa63f3c9cb3f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<bar:Something xmlns:bar="http://example.org/bar">
    <foo:Nothing>
      <foo:Something xmlns:foo="http://example.org/foo">
        <bar:Something>
          <foo:Something>
            <foo:Nothing>
              <foo:Something xmlns:foo="http://example.org/foo">
                <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
              </foo:Something>
            </foo:Nothing>
          </foo:Something>
        </bar:Something>
      </foo:Something>
    </foo:Nothing>
  </bar:Something>