tests/auto/qxmlformatter/input/mixedTopLevelContent.xq
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 11:15:19 +0300
branchRCL_3
changeset 11 25a739ee40f4
parent 0 1918ee327afb
permissions -rw-r--r--
3a438a6e0b41f1ef657ef0e648d352db636204aa

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