T
Tom Woods
I'm using C# VS2005 and need to access an XML file. I've setup an
XmlDocument which opens a file as the following:
<root>
<Row Run_Date="8/23/2007 11:55:10 AM" />
<Row Trade_Date="8/23/2007" />
<Row Supplemental_Data="3.1 : 3.3 : 3.5 : 3.7 : 3.9 : 4.2 : 4.9" />
<Row ARM_Model="On" />
</root>
What is the best way to access each element individually. For example, how
can I get the "Run_Date" or the "Supplemental_Data" from the document?
TIA,
Tom Woods
XmlDocument which opens a file as the following:
<root>
<Row Run_Date="8/23/2007 11:55:10 AM" />
<Row Trade_Date="8/23/2007" />
<Row Supplemental_Data="3.1 : 3.3 : 3.5 : 3.7 : 3.9 : 4.2 : 4.9" />
<Row ARM_Model="On" />
</root>
What is the best way to access each element individually. For example, how
can I get the "Run_Date" or the "Supplemental_Data" from the document?
TIA,
Tom Woods