This activity exports data from XBOUND to a file system. This export procedure can be flexibly configured using an XSLT script. You can choose between a standard, default XML export and a generic export. In the latter case, you select your own XSLT script.
If for some reason you need to add this activity to the Process Designer, the file to add is xboundActGenericXSLTExport.dll.
The following settings are available when configuring a process step of this activity type.
| Uses a built-in XSLT script. |
Uses your specified XSLT script. | |
Settings for both export methods | |
The base folder for all relative paths, which you specify in the remaining configuration settings. If you do not specify a directory, the local temporary directory is used. | |
Optional: Specify an XPath search expression to select XBOUND objects (documents, media, fields) for exporting. The XSL transformation is called for each object found by this expression to produce an export file. | |
Select if you want to process canceled media. | |
Select this option if you want to create a trigger file when exporting. | |
Specify where to create the trigger file. If you do not specify a directory, the export path of the root document is used. | |
Extension that the trigger file has while exporting. | |
Extension that the trigger file has if an error occurred during export. | |
Extension that the trigger file has when the export has finished successfully. | |
| Creates an XML file from the root document to use as input to the XSLT. Tests the export function using the available root document. These options are enabled if a root document is available and ready for processing in the current process step. If no root document is available:
|
Settings for Standard XML export | |
Exports the XSLT result as a file. | |
Exports all media. | |
Settings specific for | |
| – Opens a dialog where you can select the XSLT script to use. If you do not select one, the built-in standard script is used. – Unloads the XSLT script. – Opens the XSLT Script Editor, where you can edit scripts and XSD schemas, as well as load additional scripts. |
– Opens a dialog where you can select the XSD file that contains the XML schema against which you want to check the generated XML file. If you do not select an XSD file, checking is deactivated. – Unloads the XSD. – Opens the XSLT Script Editor, where you can edit scripts and XSD schemas, as well as load additional scripts. | |
Can be used within the XSLT script via the parameter. If you do not specify anything, this parameter is set to the export directory (see under "Settings for both export methods" above). | |
The content of media with XML format will be directly built into the XML instance that is to be transformed. | |
Appends the new transformation result to the export file, if it already exists. This can be useful if you are writing a statistics file with one line per root document, for example. If you do not select this option, an existing export file is overwritten. | |
Appends the transformation result as new medium to the root document. Select a document type for the new medium. | |
These settings are also available:
button | Imports settings from an XML file that was previously created using . |
button | Exports the settings to an XML file. Specify the file name and location. You can then import the XML file to get the same settings. See Exporting and importing process step settings. |
link | Opens a test form, where you can (when applicable) check a regular expression. |