in reply to Re: iterating through XML attributes using MSXML4.0?
in thread iterating through XML attributes using MSXML4.0?

Thanks for your input. This provided enough for me to at least get past the exceptions thrown. What I also learned is that methods names are not case sensitive which I'm guessing is a feature for the VB crowd. I'm still banging on walking the DOM to find all values, attributes, etc., but I'm further along because of your educated guess.
  • Comment on Re: Re: iterating through XML attributes using MSXML4.0?