Click to See Complete Forum and Search --> : _variant_t to CString and smart pointer help


binayak
September 15th, 2003, 03:03 PM
Hi,

I'm using smart pointers in MSXML to retrieve nodes from a xml doc. I want to check the value of an attribute of an element using the value () fucntion. But, it returns _variant_t , how to convert it to CString so that I can compare with string?

Also, can anybody provide me with api of Smart pointers in msxml? because they are not available in msdn and are very different from normal api.

Please help