<?xml version="1.0" encoding="UTF-8"?>
<root>
    <company id="123">
        <name>company1</name>
        <products>
            <product id="345">
                <name>product1</name>
                <inventory>
                    <quantity>5</quantity>
                    <date>05/01/2008</date>
                </inventory>
            </product>
            <product id="678">
                <name>product2</name>
                <inventory>
                    <quantity>10</quantity>
                    <date>05/01/2007</date>
                </inventory>
            </product>
        </products>
    </company>
</root>