Creating New Transformation Scenarios
Defining a transformation scenario is the first step in the process of transforming a document. This section includes information on the types of scenarios that are available in Oxygen XML Developer and how to create each type of transformation.
In this section:
- XML Transformation with XSLTThis type of transformation specifies the transformation parameters and location of an XSLT stylesheet that is applied to the edited XML document. This scenario is useful when you develop an XML document and the XSLT document is in its final form.
- XML Transformation with XQueryThis type of transformation specifies the transform parameters and location of an XQuery file that is applied to the edited XML document.
- DITA OT TransformationThis type of transformation specifies the parameters for an Ant transformation that executes a DITA-OT build script. Oxygen XML Developer includes a built-in version of Ant and a built-in version of DITA-OT, but other versions can be set in the scenario.
- Ant TransformationThis type of transformation allows you to configure the options and parameters of an Ant build script.
- XSLT TransformationThis type of transformation specifies the parameters and location of an XML document that the edited XSLT stylesheet is applied on. This scenario is useful when you develop an XSLT document and the XML document is in its final form.
- XProc TransformationThis type of transformation specifies the parameters and location of an XProc script.
- XQuery TransformationThis type of transformation specifies the parameters and location of an XML source that the edited XQuery file is applied on.
- SQL TransformationThis type of transformation specifies a database connection for the database server that runs the SQL file associated with the scenario. The data processed by the SQL script is located in the database.
Previous topic: Built-in Transformation Scenarios
Next topic: Editing a Transformation Scenario
Parent topic: Transformation Scenarios