tests/auto/qxmlformatter/input/mixedTopLevelContent.xq
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 23:40:16 +0200
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201003 Kit: 201007

(: 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