summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/default/omit/output
blob: 150ad58ce4b9383d336ac7fb7cc16599d2bb25c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

derived: 
a: a
x: foo
q1: 1
y: -20
p: bar
q2: 2
default x: foo
default y: -20
fixed p: bar
fixed q1: 1
fixed q2: 2
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<t:root xmlns:t="test">
  <derived q1="1" q2="2">
    <a>a</a>
  </derived>
</t:root>