summaryrefslogtreecommitdiff
path: root/test/rexml/data/defaultNamespace.xml
blob: 1e32981506f8478ed0397375d719893bdc58239f (plain)
1
2
3
4
5
6
<?xml version="1.0"?>
<a xmlns="http://dummyNamespace/">
  <b>
    <c>Hello</c>
  </b>
</a>