XML is used widely in InterFormNG2 as both input and output payload in the workflow (and of course in the designer).

Please notice, that some workflow components are listed as accepting only XML as input, where they actually also accept an IBM i
spooled file as input.
In general almost all workflow components can use XML as input, so a complete list of those is not included below.
There are however a few components, that should be mentioned when it comes to XML:
If you want to split up an XML file, then you should consider the Transform or split component. This example shows how to use this.
For transforming/converting an XML file you should consider the XSL tranformation component. The example also shows how this can be used.
Validating XML files
XML files can be validated in two ways: Either via a schemation, rule based validation or via an XSD validation.
Merging XML files
For normal simple merge of XML into the mostly used output formats you should consider these workflow components:
- Create PDF email
- Create PDF file
- Print
The components above have in common, that they are merging the input XML with a template to generate an output. The output payload is the input file, so you can even use these component in sequence in the workflow.
A limitation is, that you cannot use merged result as it is not included in the payload. The merged result might be needed, if you want to process (e.g. digitally sign or restrict) a PDF file, that was the result of a merge. Some of these functions are listed here.
If you want the payload to switch from XML into the result of the merge, then you should consider these components instead:
- Create EML with PDF
- Create PDF document
- Create direct protocol document
- Create PCL document
- Create ZPL document
Related Articles
XML Node Selection & Referencing
XPath provides multiple ways to reference and navigate through an XML structure. Learn how to select specific nodes using direct references, index numbers, conditions, and relationships with other nodes. Connecting preceding or following node sets to ...
Node Existence & Conditions
XPath allows you to verify the existence of nodes, check if they contain data, count occurrences, and ignore namespaces. This section covers essential techniques for validating and filtering XML elements. Calculating the sum of nodes Counting ...
Split XML
This advanced converter workflow component can split up an XML in the payload of the current workflow. The subtree of this workflow component is executed for each splitted XML. A similar component, which is also able to transform the splitted files, ...
XML remove namespaces
This advanced utilities workflow component removes all name spaces from the XML file in the workflow payload. The workflow continues processing on the changed XML. The XML remove namespaces workflow component has no parameters.
SPLF to XML
With the spooled file extractor you can create transformations (with the extension .sfe), that can convert a spooled file into XML. These transformations can be linked directly in a template, so that the spooled file is converted directly into XML, ...