XMLProperties.test01.xml 183 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="ISO-8859-1" ?>

<root>
    <foo>
        <bar>
            123
            <baz>
                456
            </baz>
        </bar>
    </foo>
</root>