File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Installing new MSXML parser for IE5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Installing new MSXML parser for IE5" Watch "Installing new MSXML parser for IE5" New topic
Author

Installing new MSXML parser for IE5

Anoop Krishnan
Ranch Hand

Joined: May 03, 2001
Posts: 163
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
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 ]

Uncontrolled vocabularies
"I try my best to make *all* my posts nice, even when I feel upset" -- Philippe Maquet
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Installing new MSXML parser for IE5
 
Similar Threads
XML-XSL Interaction on IE
XSLTProcessor problem for mozilla
xmlns problem in xslt
xsl,xml
xml declaration a PI?