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: Xsl Namespace problem for Win 2000 System.


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


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