PDA

View Full Version : retrive XML attribute via Microsoft.XMLDOM


Keltoi
11-19-2008, 12:37 PM
Hi,
I've been struggling with this for a while now and hopefully someone can point me in the right direction.
I basically need to retrieve an attribute of an XML node.
I've manages to retrieve note text before but for this little project I need to retrieve the digg count from the digg api. e.g. http://tinyurl.com/5bgaej

I've opted to use Microsoft.XMLDOM purely because that is what I've used before.

Any suggestions or pointing in the right direction much appreciated.

Thanks

Justin
(asp vbscript)

Keltoi
12-04-2008, 03:45 PM
Apart from a spam post (which thankfully has been removed) I'm assuming no one could help here. However, I've just found a very helpful page (don't know why I didn't look there earlier). So for archiving purposes here's the link:

http://www.devguru.com/technologies/xml_dom/15915.asp

Thanks to all who may have at least given this a try.