<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="Scenario Properties Post-process Tab (XQuery)" keywords="Scenario Properties Post-process Tab (XQuery)"%>

Scenario Properties Post-process Tab (XQuery)

You use the the Post-process tab to instruct Stylus Studio to initiate a process that operates on the result of an XQuery transformation.

Fields

Existing Scenarios

Lists the scenarios that are defined for the current XQuery. To view the post-process settings for a scenario, click the name of the scenario. Stylus Studio displays the postprocess settings in the Post-process tab.

Do Not Perform Any Post-processing

This is the default. Stylus Studio does not perform any postprocessing.

Post Process With RenderX XEP

Stylus Studio initiates RenderX XEP.

Post Process With Apache FOP

Stylus Studio initiates the Apache FOP.

Custom Post-process

Stylus Studio executes a postprocess you specify.

Command line

Command line for executing your postprocess. %1 is the input file, which is the result of applying the stylesheet. %2 is the file that the postprocess generates.

Generated File Extension

File extension you want the postprocessed file to have. For example, .pdf.

Additional Path

Any path information that needs to be defined for postprocess execution and that is not already defined in your PATH environment variable.

For More Information

Post-processing Result Documents