Re: [xsl] Using xpath fn: functions in XSL stylesheets

Subject: Re: [xsl] Using xpath fn: functions in XSL stylesheets
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 24 Mar 2008 12:32:45 +0100
Jefferson Thomas wrote:
Thank you. I have downloaded Altova and Gestalt and It works there.
The only problem is that I really need to have that inside the
browser. Is there any way to add that functionality to Internet
Explorer or Firefox ? Any plugins, extensions ?

Firefox 3 (currently in beta) supports some EXSLT modules: <URL:http://developer.mozilla.org/en/docs/EXSLT>.
Internet Explorer uses MSXML 3 to to XSLT, there you can write extension functions in JScript or VBScript, see <URL:http://msdn2.microsoft.com/en-us/library/ms256042(VS.85).aspx>


With Firefox 2.0 all you can do is pass parameters to your stylesheet if you run the stylesheet with JavaScript: <URL:http://developer.mozilla.org/en/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations>


--


	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread