RE: [xsl] Xsl Namespace problem for Win 2000 System.

Subject: RE: [xsl] Xsl Namespace problem for Win 2000 System.
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Mon, 30 Apr 2001 08:43:58 +0100
Tejas,
>  I have win 2000 system, I just installed the MSXML4.0 on it in
>Side-by-side mode so that my old code can still work. But when
>ever i use the new namespace in the XSL file
>
>    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>
>I dont get the output of the program. With old namespace i get the output
>
>    xmlns:xsl="http://www.w3.org/TR/WD-xsl";
>
>Cant u suggest me some remedy to this. Should i use MSXML4.0
>parser in replace mode ?. Kindly guide.

msxml4 can't be put into replace mode. The only way to use
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; in IE is to install msxml3
and put that into replace mode. Or use msxml4 from script i.e. x = new
ActiveXObject("Msxml2.DOMDocument.4.0");

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


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


Current Thread