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