XML with VB6 and PHP - amending possible?

Associate
Joined
18 Oct 2002
Posts
231
I'm thinking of changing some datafiles we use in one of our programs (made with VB6) to XML.

I know how to read and write xml with VB6, and don't think i'll have any problems working out how to read and write with PHP. However in either is there any way to amend an xml file, i.e. add a record on the end? Or is the only way to load it into memory and then save the entire thing with the changes or new records?

I know VB6's DomDocument object can't do it but is there another way?

Thanks.
 
Back
Top Bottom