How can i install the new version of MSXML parser to my IE5 because currently i am using the old name space <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl"> a lot of new xsl syntax is not working in this name space i want to shift to <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
Mapraputa Is
Leverager of our synergies
Sheriff
Joined: Aug 26, 2000
Posts: 10065
posted
0
This site promises to help you: http://www.bayes.co.uk/xml/index.xml Choose "install MSXML" either from left or from right panel and... I did not test it, though. Are you sure you need to use IE5 for XSLT transformation? Most people use open-source tools, such as Xalan or Saxon - and you can intergrate them with your Java programs. By the way, your last example worked with Xalan without any problem If you will decide to work with IE, you really want to read Unofficial MSXML XSLT FAQ [ February 06, 2002: Message edited by: Mapraputa Is ]