Edit XSLT Stylesheet

Edit XSLT Stylesheet


Overview

This section outlines the steps for editing the XSLT Stylesheet. 
  1. Click on the XSLT Stylesheets band.


Start Edit Mode

  1. To edit XSLT details, click on any of the bands.
  2. The screen will open in edit mode, allowing you to modify the following details:
    1. XSLT Details
    2. XSLT Stylesheet
  3. Click the Stylesheet band to start modifying the XSLT Stylesheet.

  1. On the Stylesheet screen, you can modify only the stylesheet.
  2. Please note that OneEnterprise provides a basic structure of the XML stylesheet.
  3. Edit the XSLT directly in the code area. Line numbers appear in the gutter on the left.
  4. On the Stylesheet editor screen, use the toolbar to make changes to the XSLT code:
    1. Refresh — reload the stylesheet from the server and discard unsaved changes.
    2. Download — download the current XSLT as a file.
    3. Cut, Copy, Paste — standard clipboard actions on the selected text.
    4. Undo and Redo — step backward or forward through edit history.
    5. Indent and Outdent — increase or decrease the indentation of the selected lines.
    6. Font size — open the font menu and select the editor font size (default 16).
    7. Insert snippet and Format — insert a code snippet or auto-format the document.
  5. Select Save in the top-right to persist your changes.


    • Related Articles

    • Edit XSLT Details

      Overview This section outlines the steps for editing the XSLT details. Click on the XSLT Stylesheets band. Start Edit Mode To edit XSLT details, click on any of the bands. The screen will open in edit mode, allowing you to modify the following ...
    • Edit XSLT Unit

      Overview The XSLT Unit is an action unit in the Flow Editor/Designer that enables you to transform XML data using XSLT (Extensible Stylesheet Language Transformations) during execution. It allows complex XML transformations, mappings, and ...
    • Edit Component Flow

      Overview The flow editor feature in OneEnterprise enables you to visually modify and refine component flow through an intuitive interface. This functionality permits direct interaction with the flow structure of the component. The flow editor offers ...
    • Edit XSLT Unit

      Edit XSLT Unit
    • Edit Input-Processing-Output Details

      Overview Every unit in the flow diagram works on the basic fundamental concept called the IPO module (Input → Processing → Output). Receives Input: Data or signals from a user, another system, or a device. Processes Data: Applies logic, calculations, ...