error C2872: DOMNodeType : ambiguous symbol
c:\vc++\xml\debug\msxml4.tli(49) : error C2872: 'DOMNodeType' : ambiguous symbol
I am using VC6 with MSXML4. Is there a reasonable explanation for this?? because I havent been able to find any yet.
And no its not a scoping problem :p that can be resolved with MSXML2::
How do I tackle it?
Please help

