summaryrefslogtreecommitdiff
path: root/tests/namespaces/tst6.xml
blob: 7cfad8ba6a8e98d3ddc0385176a6f33df8f388cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<foo xmlns="urn:foo" xmlns:foo="urn:foo" xmlns:foo2="urn:foo2">
  <bar>hello</bar>
  <foo:baz>phaw</foo:baz>
  <foo:bling xmlns="urn:foo2">
    <bar2>hello2</bar2>
  </foo:bling>
  <bar>hello</bar>
  <foo:baz>phaw</foo:baz>
  <bling xmlns="urn:foo2">
    <bar2>hello2</bar2>
  </bling>
</foo>