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

Subject: Re: [xsl] Client-side cross-platform API
From: Scott Trenda <Scott.Trenda@xxxxxxxx>
Date: Tue, 12 Jan 2010 09:17:24 -0500
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.sedov@xxxxxxxxx] 
Sent: Tuesday, January 12, 2010 3:34 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Client-side cross-platform API

var processor = new XSLTProcessor();

2010/1/12 Michael Kay <mike@xxxxxxxxxxxx>:
>
> 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

Current Thread