tests/auto/qxmlformatter/input/mixedTopLevelContent.xq
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Mon, 19 Apr 2010 10:15:19 +0300
branchRCL_3
changeset 10 b5b118452c7d
parent 0 1918ee327afb
permissions -rw-r--r--
a8c775f23625952540b5349744722bcb9e37de45

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