-
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.. :wave:
-
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.