This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Problem with XMLDOM and xsl:template macth


BTW, <xsl:copy> is supported under the namespace
http://www.w3.org/TR/WD-xsl.  I think you mean <xsl:copy-of> which is new.

Also, running MSXML3 in "replace mode" allows the version-independent
progids to access MSXML3, so "MSXML2.FreeThreadedDOMDocument" may or may not
be necessary in this case - can't tell without additional information.

- Jonathan Marsh
  Microsoft

> -----Original Message-----
> From: Ben Robb [mailto:Ben@cscape.com]
> Sent: Wednesday, May 10, 2000 11:04 AM
> To: 'xsl-list@mulberrytech.com'
> Subject: RE: Problem with XMLDOM and xsl:template macth
> 
> 
> What version of the MSXML parser are you using? It looks as 
> if you are using
> the IE5 version....
> 
> If so, upgrade to MSXML3, and use the following prog_id: 
> 
> "MSXML2.FreeThreadedDOMDocument"
> 
> Don't ask why they call it MSXML version 3 and then use MSXML2 in the
> progid.
> 
> <xsl:copy> was not supported in the Dec 98 release. According to
> documentation it is in the March 2000 version.
> 
> Ben
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]