XML Snap Examples

Example Snaps used
Custom XML Output Generation using Inbound Schema and Root Element

This example demonstrates the corrected behavior of the XML Generator Snap as of Patch transform8760, whereby the Snap does not ignore any custom XML data that is provided through its XML editor.

JSON to XML Convertor with XSD Validation

This example pipeline demonstrates how to convert JSON input to XML using XSD validation.

Mapping to XML Generator via XSD

This example pipeline demonstrates how to parse XML data from mixed XML content.

Parse XML data from mixed XML content

The following example pipeline reads an XML file, transforms it using XSLT, and then parses the transformed XML data.

POST the Generated Content

In the last example we will be POSTing the generated content to some REST endpoint using the REST Post Snap.

Splitting XML

This example pipeline demonstrates how to split an XML with multip purchase orders into individual orders.

Validating XML Data Using the Schema XPath and Validate XML Settings

This example demonstrates how to use the Schema XPath field to successfully validate XML data.

Writing the Generated Content to File

This example pipeline demonstrates how to to write the generated XML to a file.

XML Generation via XSD

This example pipeline demonstrates how to generate order data XML.