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

  <a><b>1</b></a>
  <a><b>1</b></a>

</t:root>