summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/default/test.xml
blob: d568ac9c77b55586fb52072c247c74cc952969cd (plain)
1
2
3
4
5
6
7
8
9
10
11
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <derived q1="1" q2="2">
    <a>a</a>
  </derived>

  <qname y="y"><!--a></a--></qname>

</t:root>