summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractxmlnodemodel/tree.xml
blob: cba262afa221d6cdd366877a24e155e89f3dae61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<documentElement xml:lang="en">
    <section1 noValue="">
        text1
        <?target1 data1?>
        <?target2 data2?>
        <?target3 data3?>
    </section1>
    <section2 attr1="1" attr2="2"/>
    <!-- comment1 -->
    <section3/>
    <!-- comment2 -->
    <!-- comment3 -->
    <noChildren/>
    <oneTextChild>theTextChild2</oneTextChild>
</documentElement>