[jQuery] Re: XSLT problem in JQuery

2009-05-19 Thread chris thatcher
of course it is based on johann burkards plugin, but just optimized for what i needed it for. On Tue, May 19, 2009 at 7:53 PM, chris thatcher < thatcher.christop...@gmail.com> wrote: > i have an active jquery-xslt project that is used in production settings. > its setup to have the xslt precompil

[jQuery] Re: XSLT problem in JQuery

2009-05-19 Thread chris thatcher
i have an active jquery-xslt project that is used in production settings. its setup to have the xslt precompiled once for heavy reuse, and created a jquery-plugin as the result. i use it to transform xml to json. it also provides a callback for post transform, and does not autmatically append the

[jQuery] Re: XSLT problem in JQuery

2009-05-19 Thread Ricardo
There are different versions of XSLT plugins out there, I assume you're using this one: http://johannburkard.de/blog/programming/javascript/xslt-js-version-3-0-released-xml-xslt-jquery-plugin.html As per that post, there is no callback available, you should modify the code yourself or contact the