Changes between Version 20 and Version 21 of BluePrintXSLTEditor


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintXSLTEditor

    v20 v21  
    2525[[Image(xsltEdenMockGUI.png)]]
    2626== Recommended Approach ==
     27=== XSL creation out of XSD & Text ===
     28This 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 ===
    2731* 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.
    2832* A better (but untested solution) would be this [[http://johannburkard.de/software/xsltjs/ | jQuery plugin]].