CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Read From XML

Threaded View

  1. #1
    Join Date
    Apr 2003
    Location
    New Jersey
    Posts
    28

    Question Read From XML

    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?

    Last edited by Kate_For_U; May 2nd, 2003 at 12:35 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured