Kate_For_U
May 2nd, 2003, 12:32 AM
Hi All
I want to read a particular data from an XML
e.g in the XML given below From node Services
I want to read value for Path or Frequency.
<Services>
<Path>E:\Attach2\ISE\TCG\</Path>
<Frequency>120</Frequency>
<LogFilePath>G:\TLOG\ISE\Test.txt</LogFilePath>
<FileExtn>.xls</FileExtn>
<Application>Mock2</Application>
</Services>
How to achieve this in VB.Net?
:confused:
I want to read a particular data from an XML
e.g in the XML given below From node Services
I want to read value for Path or Frequency.
<Services>
<Path>E:\Attach2\ISE\TCG\</Path>
<Frequency>120</Frequency>
<LogFilePath>G:\TLOG\ISE\Test.txt</LogFilePath>
<FileExtn>.xls</FileExtn>
<Application>Mock2</Application>
</Services>
How to achieve this in VB.Net?
:confused: