Changes between Version 18 and Version 19 of BluePrintXSLTEditor
- Timestamp:
- 12/27/11 14:00:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintXSLTEditor
v18 v19 1 1 = XSLT File Editer = 2 2 == Purpose == 3 As XSL transformations are used in many parts of Eden and is becoming more important. We need a tool to create XSL files, which is easy to use, as integrators are no developers. 4 The tool should generate a XSL out of a XSD and a text specified by the user. There should be diffferent output types available (E-Mail, HTML, pure text...). 3 5 == Product Scope == 4 6 === Objectives === 7 [*] Easy to use 8 [*] Eden module 9 [*] Possibility to use an XSD which contains the possible elements of the input XML 5 10 === Benefits === 11 [*] Preview feature 12 [*] Realtime UI updates / Use of the Error panel 6 13 == Features == 7 14 === Use Case === 8 15 [[Image(UseCaseXSLTEditer.png)]] 9 ==== Description ==== 10 === Functions === 16 ==== Description & Functions ==== 17 [*] Step 1) User had to upload an XSD -> XML Elements should be shown in the "Available XML Elements" panel 18 [*] Step 1b) The user can upload an XML if he/she wants to use the preview Feature (Step 3) 19 [*] Step 2) User enters the text. The XML elements are on the right side, a click on one of them adds it to the text. 20 [*] Step 2b) 2 tabs: 1) Normal text 2) Includes XSL tags 21 [*] Step 2c) "XSL Output types" dropdown contains different modes for the output 22 [*] Step 2d) Errors are shown in the "Errors" panel 23 [*] Step 3) User can download the XSL or refresh the "Preview" field based on the XML uploaded at Step 1b) 11 24 === Mock GUI === 12 25 [[Image(xsltEdenMockGUI.png)]] … … 18 31 19 32 == Similar Tools == 20 == Similar Tools == 33 [[http://www.w3schools.com/xsl/ | W3Schools XSLT Editor]] has similar functions but a quite limited GUI.