Skip to main content

Using the XSL Transform Wizard

Important:

InterSystems® Studio has been deprecatedOpens in a new tab. Beginning with version 2024.2, it is no longer included with installations of InterSystems IRIS®, and it is no longer receiving maintenance updates. An upgrade to InterSystems IRIS 2024.2 or later will remove any Studio installation which is associated with the instance.

The version of InterSystems Studio which was included with InterSystems IRIS 2024.1 is available as a stand-alone component from the WRC Downloads page (https://wrc.intersystems.com/wrc/coDistGen.cspOpens in a new tab). To show only the Studio downloads, type studio in the Name column. Neither upgrades nor new installations of InterSystems IRIS will affect a stand-alone Studio installation.

InterSystems provides the following documentation about Studio 2024.1 for legacy support only. InterSystems recommends that all users develop ObjectScript code using the InterSystems ObjectScript Extension Pack for Visual Studio Code. See Migrate from Studio.

Studio provides a wizard that performs an XSLT transformation, which is useful when you want to quickly test a style sheet or your custom XSLT extension functions.

Using the Wizard

To use the XSLT Transform Wizard:

  1. Select Tools > Add-Ins > XSLT Transform Wizard.

  2. Specify the following required details:

    • For XML File, select Browse to select the XML file to transform.

    • For XSL File, select Browse to select the XSL style sheet to use.

    • For Render As, select either Text or XML to control how the transformation is displayed.

  3. If you have created a subclass of %XML.XSLT.CallbackHandler that you want to use in this transformation, specify the following details:

    • For the first drop-down list in XSLT Helper Class, select a namespace.

    • For the second drop-down list in XSLT Helper Class, select that class.

  4. Select Finish.

    The bottom of the dialog box displays the transformed file. You can copy and paste from this area.

  5. To close this dialog box, select Cancel.

See Also

FeedbackOpens in a new tab