aboutsummaryrefslogtreecommitdiff
path: root/tests/xml/roundtrip/namespace.xml
blob: 4a5642e3cc03cfc4266d224760332ec7d1f9299d (plain)
1
2
3
4
5
6
<root xmlns="foo" xmlns:b="bar" b:a="a">
  <nested>
    <inner xmlns="">X</inner>
  </nested>
  <f:nested xmlns:f="fox"/>
</root>