> 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.
Curt, this would be true for VB, but i'm writing about code for wsh. this means this is VBS, not VB. Therefor i cannot dim as string because vbs's only type is variant. as you know ASP is using vbs. the limitation above is therefor for all ASP Pages using XML. :-( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
