I am finding msxml.dll rather difficult to use and I was wondering if anyone knew wehre I could find a class that makes things easier to work with. Ideally it would allow me access nodes like this:
VB Code:
oDoc.Node("Project").Node("Form").CreateNode "Name" oDoc.Node("Project").Node("Form").Node("Name") = "frmMain"
and maybe return errors if the node doesn't already exist. Anything even close to this would be great. The Microsoft one is just ridiculous. I have to do a ton of work just to get it to save with line breaks and tabs in the proper places. There has to be a better way... ANY ideas would be appriciated.




