= XSLT File Editer = == Purpose == == Product Scope == === Objectives === === Benefits === == Features == === Use Case === [[Image(UseCaseXSLTEditer.png)]] ==== Description ==== === Functions === === Mock GUI === [[Image(xsltEdenMockGUI.png)]] == Recommended Approach == * 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. * A better (but untested solution) would be this [[http://johannburkard.de/software/xsltjs/ | jQuery plugin]]. * 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 All Javascript only. == Similar Tools ==