Changes between Version 9 and Version 10 of BluePrintXSLTEditor


Ignore:
Timestamp:
12/27/11 12:43:41 (13 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintXSLTEditor

    v9 v10  
    99== Recommended Approach ==
    1010* There are some possibilities to do [[https://developer.mozilla.org/en/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations | XSL transformations using Javascript]]. It's quite good implementation for XSL transformations, unfortunately this is Firefox only, so maybe no option for us.
     11* A better (but untested solution) would be this [[http://johannburkard.de/software/xsltjs/ | jQuery plugin]].
     12* Apparently the best solution is [[http://code.google.com/p/ajaxslt/ | developed by Google]]. It is platform independent and bugs are closed relatively fast after they are discovered
     13All Javascript only.
    1114== Similar Tools ==
    1215== Similar Tools ==