Advanced Validation workflow components
Validate XML against XSD
This advanced validation workflow component, Validate XML against XSD, can validate XML according to rules. This component can validate an XML file against an schema definition (XSD). This component takes XML as input. The component throws an ...
Rule-based XML validation
This advanced validation workflow component, Rule-based XML validation, can validate XML according to rules. The rules for rule-based validation can be used to validate documents in XML format. A suggestion for implementation can be found here. The ...
Rule based validation example
If you want to do a schematron validation, then you first need to insert the Rule based XML validation component: A simple schemation validation file could be this: <schema xmlns="http://purl.oclc.org/dsdl/schematron"> <pattern name="Print both ...
Rule-based validation report to XML attachment
This advanced validation workflow component, Rule-based validation report to XML attachment, can be executed after a rule-based XML validation. If called it will copy the validation report into an XML attachment, which can be emailed. This XML ...
Rule-based validation report to text attachment
This advanced validation workflow component, Rule-based validation report to text attachment, can be executed after a rule-based XML validation. If called it will copy the validation report into a text attachment, which can be emailed. A suggestion ...
Rule-based validation report to log
This advanced validation workflow component, Rule-based validation report to log, can be executed after a rule-based XML validation. If called it will copy the validation report into the system log. A suggestion for implementation can be found here. ...
Advanced Validation workflow components
This is the list of advanced validation document workflow components: Rule-based validation report to log. Rule-based validation report to text attachment. Rule-based validation report to XML attachment. Rule-based XML validation. Validate XML ...
Popular Articles
REST webservice basic example
Below a simple setup is done to illustrate how the REST webservice basic can be setup. The example below can be run without any programming at all. First a simple template to prove, that the workflow has worked and returned a PDF: The template is ...
XPath
In InterFormNG2, you use the language XPath for referencing data from the XML file. There are many sources of information if you want to learn more about XPath, but you can also simply read the few examples below to get a good idea of how it can be ...
Release log
This is the list of the InterFormNG2 releases and the major new features in each release: Version 4.0.0 Important: InterFormNG2 now runs on Java 17. So you need to install Java 17 on Linux and the IBM i platform, if you want to InterFormNG2 on either ...
Aligment options for fixed positioned elements
There are several ways to align fixed positioned elements in the designer: (This lists alignment options for fixed positioned elements only. All alignment options are covered here.) 1.You can enable a grid, resize the lines of the grid and the fixed ...
Text element
If you want to insert any kind of text in InterFormNG2, then you should use the text element. You can insert a new text element if you click on this icon: The data, that you can output as text are these types: 1.A text constant. 2.Drag nodes from an ...