> This behaviour makes it impossible to simply replace MSXML by Xerces.
Actually, that usage is pretty unusual and most MSXML calling VB code doesn't run into the problem. If you had dim'd strXML as String instead of Variant it would have worked. You are right that there should be a call to VariantChangeType to coerce the argument to VT_BSTR within the implementation. >Another question i have is why the resolveExternals property is >disabled. As far as i can see in the DOMCount project, Xerces should >support this feature. Will have to look at that over the weekend and I'll submit a patch for the problem you mentioned. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
