summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/comparison/test.xml
blob: b5d81585d9dbe0963efdfb7acdba54cbfb0186d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <complex x="123" y="abc">
    <a>123</a>
    <b>abc</b>
    <c x="123">abc</c>
    <c x="456">def</c>
  </complex>

  <complex x="123" y="abc">
    <a>123</a>
    <b>abc</b>
    <c x="123">abc</c>
    <c x="456">xyz</c>
  </complex>

</t:root>