J
Joe Duchtel
Hello -
I have been searching the Internet for some help with the XmlDocument
but have not found an example that really helps me.
What I essentially want to do is parse the following XML to extract
the offset and type fields of a parameter by specifying "ABC", "Data
A", "Field A" ...
<Configuration file="xyz.ini">
<Source name="ABC">
<Subset name="Data A">
<Parameter name="FieldA" offset="0" type="double">
<Parameter name="FieldB" offset="0" type="double">
<Parameter name="FieldC" offset="0" type="double">
...
I played around with the SelectNodes() but cannot figure out how to
specify the fields.
Any suggestions?
Thanks!
Joe
I have been searching the Internet for some help with the XmlDocument
but have not found an example that really helps me.
What I essentially want to do is parse the following XML to extract
the offset and type fields of a parameter by specifying "ABC", "Data
A", "Field A" ...
<Configuration file="xyz.ini">
<Source name="ABC">
<Subset name="Data A">
<Parameter name="FieldA" offset="0" type="double">
<Parameter name="FieldB" offset="0" type="double">
<Parameter name="FieldC" offset="0" type="double">
...
I played around with the SelectNodes() but cannot figure out how to
specify the fields.
Any suggestions?
Thanks!
Joe