summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlformatter/input/mixedTopLevelContent.xq
blob: d862ec132c70a5069e2feca4a5a430449aebc42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(: Top level atomic values, mixed with elements. :)
1,
2,
3,
<e1/>,
4,
<e2/>,
5,
<e3>
    {
        (: This is a bit tricky. The receiver is sent the start of an element and then an atomic value. Must not
           be indented. :)
        6
    }
</e3>,
7