The XSLT Stylesheet area within the OneEnterprise Library lets you create, view, edit, and delete reusable XSLT transformation scripts. XSLT (Extensible Stylesheet Language Transformations) stylesheets convert XML documents from one structure to another — for example, reshaping a nested XML hierarchy, reformatting a date, or applying conditional logic before XML data is sent to a target system.
Stylesheets stored in the Library are shared across the platform. Once you save a stylesheet, any automation, connector, or data flow in OneEnterprise can reference it by name. The result is consistent transformation behavior across integrations and a single place to maintain transformation logic.
End users typically interact with the XSLT Stylesheet area to monitor existing stylesheets, edit names or descriptions, update the underlying XSLT code, remove obsolete entries, or register a brand-new stylesheet. This article walks you through each of those actions in order.
Key Features:
- Centralized list view: See every XSLT stylesheet available in your tenant in a single screen, with name, description, and quick row-level actions.
- Two-pane edit experience: Edit the stylesheet's Details (name and description) and its Stylesheet content (the XSLT code) from separate, focused screens.
- Built-in code editor: Review and modify XSLT directly in the browser using a numbered, syntax-highlighted editor with cut, copy, paste, undo, redo, indent, and font-size controls.
- Safe delete: A confirmation modal prevents you from removing a stylesheet by accident.
- Reusability across integrations: A single stylesheet can be referenced by multiple connectors and automations, so a change made here applies wherever the stylesheet is used.