Subject: RE: Problem with XMLDOM and xsl:template macth
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Wed, 10 May 2000 12:23:26 -0700
|
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@xxxxxxxxxx]
> Sent: Wednesday, May 10, 2000 11:04 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> 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
|