xsl-list
[Top] [All Lists]

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

2008-03-24 04:33:14
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--