Trouble retrieving element value ASP/XMLDOM
I'm sorry, I'm not using XSLT, but actually ASP and XMLDOM. But I understand much of the syntax is similar. If anyone can help, I'd really appreciate it.
I have a complex XML file and am using XMLDOM to retrieve it's values.
I have all <CONTACT> elements being retrieved in a list. I want to loop thru that list and retrieve various sub-elements (such as name, phone, email). I can loop thru and get the element name, but for some reason I can't get the value. nodeValue doesn't retrieve anything and .Text seems to retrieve too much. It's a big long string (possibly holding the text from all descendants too?)
Thanks.
Melissa Mussitsch
|