XSL transformation on SPLFV2
You can use the workflow component, XSL transformation on SPLFV2 to convert a spooled file (in the version 2 format) into an XML file.
The component has these parameters:
Transform stylesheet
If this is an optional reference to an xsl transformation (extenstion .xsl), which can be used in order to transform the spooled file. This can be used as InterFormNG2 is actually storing the spooled files as XML files. Especially the format for the stored version 2 spooled files is very transparent.
Transform design
This can be used for referring to an optional spooled file transform template (extension .ixl), which converts the spooled file into XML. Please note, that a transform template can be converted into an .xsl transformation file with the workflow component, Transformation design to XSL.
You can only select one of the transformations mentioned above.
Related Articles
XSL transformation
XSL transformation This advanced converter workflow component can transform the XML payload with an XSL transformation. The transformation can also be combined with a split in the Transform or split component. The XSL transformation workflow ...
Transformation design to XSL
This advanced converter workflow component can transform a transformation design, which has been created in the transformation designer into a normal XSL transformation file. For use in the workflow you can also consider to use the transformation ...
Transformation designer
The designer can be used not only for designing a template for merges into various outputs like PDF, print or HTML, but the designer can also help you to transform an input XML file (or input spooled file in the version 2 format) into a new, ...
Transform or split
Transform or split : The transform or split workflow component is able to transform and/or split an input XML file. The subtree of this workflow component is executed for each splitted/transformed XML. A similar component is the Split XML component, ...
Use the page range of an input spooled file
This section covers solutions of how you can use the page range of an input spooled file in order to only process a sub section of a spooled file specified on the PAGERANGE parameter as a from and to page number. These scenarios are covered below: 1) ...