posted 20 years ago
New to XML, trying to learn to get data out of XML file. File reads like
[CODE]
- <chart-config>
- <chart>
<dataflow>Row</dataflow>
<starting-col>2</starting-col>
<starting-row>25</starting-row>
<chart-name>lineChart</chart-name>
</chart>
</chart-config>
[CODE]
Trying to figure out how to pull the values of the XML file out. I am trying to use DOM, but NodeValue always comes out null.