7.4

Table Of Contents
l XSLTVersion
l XSLT1.0:Select if you will be entering or pasting XSLT version 1.0 code.
l XSLT2.0:Select if you will be entering or pasting XSLT version 2.0 code.
l Tools
l Editor Options...:Opens the Editor Options.
l Help
l Contents and Indexes:Opens the Editor Help (this page)
The other options of the window are:
l The script editor text box:This is where you enter your XSLTScript that will be used. If you use an external script
file, this will display the content of the file (note however that modifying the script in this case does not modify the exter-
nal file and changes are not saved).
l Script running from:Choose if the script should be run from the editor text box, or from an external script file.
l Script filename and path:Either enter the full path of the XLSTScript, or click the Browse button to navigate to
the file. This option is only available if you choose external script file in the Script running from option.
PlanetPress Database
PlanetPress Database action tasks retrieve data from various databases to use as input data. The data received by the task
may be kept as is or converted to the CSV, Fixed Length Columns or XML format.
PlanetPress Database action tasks are not considered input tasks as such, because they cannot be used to start a process.
Although they cannot be used to get the process’ initial input, they can be used to gather secondary input (see Input Tasks). In
cases where all your data comes from databases, you can use a Create File input task as a dummy task at the beginning of
your process, and then use a PlanetPress Database action task to gather your actual data.
PlanetPress Database action tasks require version 2.5 or higher of the Microsoft Data Access Components (MDAC),
including JET 4.0.
When adding a PlanetPress Database action task, you have two options:
l You can use static properties (properties that will remain the same regardless of the data processed at runtime). This
option lets you use an Open DataBase Connectivity (ODCB) compliant data source. You can also edit the SQL statement
that assembles the database table. Note that you can import a database connection configuration that you previously
exported from PlanetPress Design (when you created a document) or from PlanetPress Suite Workflow Tools (when
you set up a sample data file for a process).
l You can use dynamic properties (properties that include variables or data available at runtime). This option lets you
create a dynamic database connection string as well as an SQL statement that changes based on the data processed by
PlanetPress Suite Workflow Tools. Note that this option will not let you test the query performed by this task before it is
performed with actual data.
Input
Any data file. The data file will be discarded by the task.
Processing
Aconnection to the selected database is made, the data is retrieved, and an output in the selected emulation format is gen-
erated.