|
I started programming for XML/SOAP in VBA & JavaScript about 4 months ago and reading this article, and the replies to it, have been more help than the about 3 foot of supposedly relevant books I have so far acquired.
If anyone else is struggling with manipulating MS IXMLDOMs then these articles also helped me a lot - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/5bba501f-65c9-4d30-a555-afb325a6fc84.asp
I get the drift of the argument over parsing XML DOMs being more complex - but surely the point is that if you *consistently* use XML at least you only have to get to grips with One DOM model and how to parse it - not Xteen different ones.
|