summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/default/output
blob: 1259952eb3abf4453b1a2d853961b50322a2568b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

derived: 
a: a
x: foo
q1: 1
y: -20
p: bar
q2: 2
qname: 
x: x
y: y
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>

  <qname x="x" y="y"/>

</t:root>