tags:

views:

68

answers:

2

how do you get the attribute of an element?

A: 

If you are using MSXML then you can use get_attributes method.

Naveen
how do you use that? sorry just a beginner
You can check the MSXML SDK overview here: http://msdn.microsoft.com/en-us/library/ms760399(VS.85).aspx
Naveen
A: 

Here is the one tutorial on MSXML : Getting Down and Dirty with MSXML

Refer the example given there for using MSXML.

Also this: http://www.codeproject.com/KB/XML/ce_xml.aspx

aJ