> The problem is that I am unable to use the Microsoft XML > parser that comes > shipped with Internet Explorer due to the reason I am not > using any MFC, > therefore getting hold of and using an ActiveX object has its own > difficulties!
What does MFC have to do with anything? They are entirely separate technologies. The MSXML Parser is available via COM directly from any COM aware language: C++, VB, scripting languages. You do NOT need MFC to use ActiveX/COM. > It would appear that the current version of Xerces does not > support the > Microsoft version of the Schema language, and I was just > wondering what > would be involved in order to support this? I doubt anyone is interested in providing XDR support for Xerces. XDR is a dead end. Regards, Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
