Import excel generated xml
Hello, i am trying to import to flash an xml file, generated from Excel. I got some tutorials from internet but the format of xml file from excel it's different and i can't manage to access data from it.
if i type trace(xmldata); it shows me the full content of xml file. But how can i acces the correct data if in the xml file it is written:
....
<Row>
<Cell><Data ss:Type="String">CellName</Data></Cell>
<Cell><Data ss:Type="Number">CellValue</Data></Cell>....
Thank you !