XMLProperties.test02.xml 194 Bytes
Newer Older
Bill Lynch's avatar
Bill Lynch committed
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="ISO-8859-1" ?>

<root>
    <foo>
        <bar>
            <a>1</a>
            <b>2</b>
            <c>3</c>
            <a>4</a>
        </bar>
    </foo>
</root>