Apply Batch Transformations

A transformation action can be applied on a batch of selected files from the contextual menu of the Navigator view without having to open the files involved in the transformation. You can apply the same scenario to a batch of files or multiple scenarios to a single file or batch of files.

  1. Select the files you want to transform and from the contextual menu, select TransformConfigure Transformation Scenario(s) to choose one or more transformation scenarios to be applied on all the files in the logical folder.
  2. Use Oxygen XML Developer plugin editor variables to specify the input and output files. This ensures that each file from the selected set of resources is processed and that the output is not overwritten by the subsequent processing.
    1. Edit the transformation scenario to make sure the appropriate editor variable is assigned for the input file. For example, for a DocBook PDF transformation make sure the XML URL input box is set to the ${currentFileURL} editor variable. For a DITA PDF transformation make sure the args.input parameter is set to the ${cf} editor variable.
    2. Edit the transformation scenario to make sure the appropriate editor variable is assigned for the output file. For example, for an XML transformation with XSLT, switch to the Output tab and set the path of the output file using a construct of editor variables, such as ${cfd}/${cfn}.html.
  3. Now that logical folder has been associated with one or more transformation scenarios, whenever you want to apply the same batch transformation you can select TransformTransform with from the contextual menu and the same previously associated scenario(s) will be applied.
  4. If you want a different type of transformation to be applied to each file inside the logical folder, associate individual scenarios for each file and select TransformApply Transformation Scenario(s) from the contextual menu of the logical folder.

Was this helpful?