Transforming documents using XSLT
In XMLBlueprint you can edit an XSLT Stylesheet in the same way you can edit any other XML document. The usual editing tools are available to you. In addition, you can apply the XSLT Stylesheet ('run the XSLT Stylesheet') to a specified XML document and the result is shown in the Output Window.
To transform an XML document, open the XML document and then open the XSLT Stylesheet. Press F9 (XSLT > Run XSLT Transformation) to run the XSLT transformation. If you haven't specify an XML document, the following dialog will be shown:
If later on you want to specify a different XML document, select the XSLT Stylesheet and press Ctrl+F9 (XSLT > Setup XSLT Transformation) to open this dialog again.
See Also