A
Atchoum
Sorry for the double posting.
Here is an XML file I need to read:
<?xml version="1.0"?>
<Settings>
<AppSettings Key="Width" Value="1000" />
<AppSettings Key="Height" Value="2000" />
</Settings>
I have not been successful in retrieving the node with the key set at
Width to access the value of the width. I tried
xNodes = m_xIniDoc.SelectNodes("/Settings/AppSettings/@Width") but
that does not seem to work.
Can someone help,
TIA,
Atchoum
Here is an XML file I need to read:
<?xml version="1.0"?>
<Settings>
<AppSettings Key="Width" Value="1000" />
<AppSettings Key="Height" Value="2000" />
</Settings>
I have not been successful in retrieving the node with the key set at
Width to access the value of the width. I tried
xNodes = m_xIniDoc.SelectNodes("/Settings/AppSettings/@Width") but
that does not seem to work.
Can someone help,
TIA,
Atchoum