Salve a tutti
ho girato la rete cercando esempi di xml reader
ma proprio nessuno è riuscito a farmi leggere il seguente xml

codice:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProductSearch xmlns="urn:yahoo:prods">
    <Products totalResultsAvailable="11354" firstResultPosition="1" totalResultsReturned="20" currency="EUR" lowestPrice="0.00" highestPrice="5400.00" totalMerchantsAvailable="138" searchOperator="and">
        <Product>
            <Offer id="746710047e764de82973862e657746ff" type="MANUFACTURER_PRODUCTS">
                <Title>Apple Smartphone iPhone 4s,</Title>
                <Description>SMARTPHONE APPLE IPHONE 4S IOS 5,WI FI,</Description>
                <Images>
                    <Image>
                        <Url>http://r.kelkoo.com/r/it/12470013/10...8uWUP40es6JNA-</Url>
                        <Height>90</Height>
                        <Width>90</Width>
                    </Image>
                </Images>
                <Price currency="EUR">
                    <Price>540</Price>
                    <DeliveryCost>9.9</DeliveryCost>
                    <DeliveryCostDetails>
                        <DeliveryCost>9.9</DeliveryCost>
                    </DeliveryCostDetails>
                    <TotalPrice>549.9</TotalPrice>
                </Price>
            </Offer>
        </Product>
    </Products>
</ProductSearch>
credo che il problema si trovi nei vari livelli ( per intenderci non si parla di un solo livello con i sottolivelli ma di più nodi intersecati...

Qualcuno sa indicarmi come o dove capire come leggere i seguenti nodi

Title
Description
Url
Price



grazie mille per l'interessamento....