tests/auto/qxmlformatter/baselines/mixedContent.xml
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
permissions -rw-r--r--
Revision: 200952

<mixedContent>
    <p>char1<span/>
    </p>
    <p>
        <span/>char2</p>
    <p>char3<span/>char3</p>
    <p>
        <e1>char4</e1>
        <e2>
            <p>char1<span/>
            </p>
            <p>
                <span/>char2</p>
            <p>char3<span/>char3</p>
        </e2>
    </p>
</mixedContent>