I didn't think you could Dim variables as a type in VB _Script_?
Jim

> -----Original Message-----
> From: Curt Arnold [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 18, 2001 10:39 AM
> To: [EMAIL PROTECTED]
> Subject: Re: xml4com and wsh
> 
> 
> > 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]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to