aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/duplicate/test.xml
blob: 62e4c0b77dcdb1817dba317b113c66e526389d3b (plain)
1
2
3
4
5
6
7
8
9
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <a>1</a>
  <a>2</a>
  <a>3</a>

</t:root>