aboutsummaryrefslogtreecommitdiff
path: root/tests/xml/roundtrip/followup-1.xml
blob: c2a3b22a18ee759ebe5605934cc76455950b7729 (plain)
1
2
3
4
5
6
7
8
<root xmlns="foo" xmlns:b="bar">
  <nested xmlns:c="cox">
    <c:inner>x</c:inner>
  </nested>
  <empty/>
  <empty x="x"/>
  <split>foo&amp;bar</split>
</root>