xsl-list
[Top] [All Lists]

Re: [xsl] Client-side cross-platform API

2010-01-12 09:17:52
XSLTProcessor() is available on non-IE browsers. IE requires a different syntax 
to initiate XSLT - this should be no surprise. :) I have a JS library that 
wraps the code branches in a single helper class, whose interface is very 
similar to that of XSLTProcessor and handles IE as well. E-mail me if you would 
like the code, so I can clean it up for you.

~ Scott

-----Original Message-----
From: Vyacheslav Sedov [mailto:vyacheslav(_dot_)sedov(_at_)gmail(_dot_)com] 
Sent: Tuesday, January 12, 2010 3:34 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Client-side cross-platform API

var processor = new XSLTProcessor();

2010/1/12 Michael Kay <mike(_at_)saxonica(_dot_)com>:

What's the state-of-the-art for writing cross-browser Javascript to invoke
client-side XSLT transformations?

Is it still Sarissa, or are there alternatives?

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay


--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--

--~------------------------------------------------------------------
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>
--~--