• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<bar:Something xmlns:bar="http://example.org/bar" xml:lang="en-ie">
2     <foo:Something xmlns:foo="http://example.org/foo">
3        <bar:Something xmlns:bar="http://example.org/bar">
4           <foo:Something xmlns:foo="http://example.org/foo">
5             <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6           </foo:Something>
7        </bar:Something>
8     </foo:Something>
9  </bar:Something>