Oxygen XML Editor
The Premier All-In-One XML Editing Suite
Oxygen XML Author
Single-Source XML Authoring and Multi-Channel Publishing
Oxygen XML Developer
The Required Tools for Designing XML Schemas and Transformation Pipelines
Oxygen JSON Editor
The Perfect Tool to Simplify Your JSON Editing Experience
Oxygen Publishing Engine
The Complete DITA Publishing Solution for WebHelp and PDF Output
Oxygen PDF Chemistry
Chemistry Converts HTML and XML to PDF Using CSS
Oxygen XML WebHelp
Publish DITA and DocBook Content to WebHelp Output
Oxygen Styles Basket
Customize the Look and Feel of Your PDF and WebHelp Output
Oxygen XML Web Author
Engage Your Whole Organization In Content Creation
Oxygen Content Fusion
The Web-based Collaboration Platform to Craft Tomorrow's Content
Oxygen Feedback
Modern Commenting Platform
Cloud
Enterprise
Oxygen AI Positron
Enhance Your Productivity with the Power of AI
Oxygen Scripting
Automate and Run Oxygen Utilities from the Command-Line Interface
Oxygen SDK
Specifically designed for application developers and integrators
Shop
Pricing and licensing for businesses, Academic and individuals
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
2006
2005
2004
2003
Editing XPath expressions for the "match", "select", or "test" attributes is not always straight forward. Oxygen XSLT Editor makes this task easier by showing the proposed list of XPath functions in the Content Completion Assistant, all documented with sections from the W3C specifications.
If you have configured a scenario for the edited stylesheet, then the proposal list contains also the names of the elements from the input document that are currently accepted in the XPath expression.
This view displays the tree structure of the XML document set as input for the current stylesheet in the associated transformation scenario.
You can create templates or other XSLT snippets by dragging the nodes from the tree into the stylesheet. The generated XPath expressions are context aware.
This search is performed for any XSLT component that has references (variables, functions, named templates, attribute sets, etc.) The search scope can be the current file, the project, or all the imported/included files starting from the current file or from a specified file.
This search is performed for any XSLT component that has declarations (variables, functions, named templates, attribute sets, etc.) The search scope can be the current file, the project, all the imported/included files starting from the current file or from a specified file.
This provides a quick retrieval of all the declarations and references of a component in the current file.
This allows renaming XSLT components such as variables, templates, functions, etc. The user is fully in control of the changes as the modified files are presented in a Diff view that allows inspecting all the changes that will be done before actually performing them. The scope can be the current file, the project, all the imported/included files starting from the current file or from a specified file.
The selection is placed in a new stylesheet that is then included in the current stylesheet.
The selection is placed in a named template and is replaced with a call-template instruction. The variables and parameters used inside the selection will be passed as template parameters.
This allows, for instance, to have the XSLT elements in a different color than the result elements, or the XML Schema elements different from the elements used inside annotations.