PDA

Click to See Complete Forum and Search --> : xml and vb6


Katrina
Mar 28th, 2000, 04:01 AM
Hi,
does anyone know how to edit an existing xml record in an xml file using vb6?

thanks,
Katrina

RogerH
Mar 28th, 2000, 09:07 PM
Add a reference on MSXML (need to have Internet Explorer or XML parser from www.microsoft.com on your system). This gives you the Microsoft version of the XML DOM (document objet model) where you can read, create or edit XML files.

Roger