Results 1 to 2 of 2

Thread: VB and XML File

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    VB and XML File

    Hi Friends
    I need to Read a Certain XML File and get the Certain Data from it into a Vb form . Update that DATa and then save that file as XML file ...
    now i m familer with File Handling but XML files . i have never worked with XML so dont know about it .. any body has XML file sample ...so that i can work with it. i only know that XML has some of ITs OWN Tags..... i mean we can write our own tags but the Format of the TAGs ... so that the format of the file remains the same is Question .
    i can do it with any other file .. but with XML is it any different..
    any body have XML file Plz send it to me or any reference..

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: VB and XML File

    Search our forums for MSXML4 and you'll find a lot of examples. Basically MSXML4 (the latest is MSXML5) comprises what is called the Microsoft Document Object Library or the "DOM" which is a set of methods that allow you to manipulate XML files. There's a learning curve but it's not that hard if you have some examples to work from.

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