Hi,
does anyone know how to edit an existing xml record in an xml file using vb6?
thanks,
Katrina
Printable View
Hi,
does anyone know how to edit an existing xml record in an xml file using vb6?
thanks,
Katrina
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