I've read several sources including the manual and am stumped. I've got a program that dumps out an xml file, but I'm not sure how to parse it. Here's the xml I want to parse:
<Row>
<Column Caption="Class" DataType="0">Mutual Funds</Column>
<Column Caption="Instrument" DataType="0">RBC EUROPEAN EQUITY FUND (457)</Column>
<Column Caption="Quantity" DataType="1">464.0</Column>
</Row>
I think the caption is an attribute? But have no clue how to read it in using start element... I'd post some code, but I don't have any yet. Can someone point me in the right direction pls?
Help?