Changes between Version 20 and Version 21 of BluePrintXSLTEditor
- Timestamp:
- 12/27/11 14:06:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintXSLTEditor
v20 v21 25 25 [[Image(xsltEdenMockGUI.png)]] 26 26 == Recommended Approach == 27 === XSL creation out of XSD & Text === 28 This is the hardest part. It is quite hard to find any working, open-source solution for this. I think it would be the best to code this ourselves. I would suggest Javascript only here. Remember that the Errors-Panel needs to be real-time. 29 30 === Preview Panel === 27 31 * 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. 28 32 * A better (but untested solution) would be this [[http://johannburkard.de/software/xsltjs/ | jQuery plugin]].