XML Activities Palette
The XML Activities palette provides activities for parsing XML strings into schemas and rendering schemas into XML strings.
- Parse XML
Parse XML is a synchronous activity that takes a binary XML file or an XML string and converts it into an XML schema tree based on the XSD specified. - Render XML
Render XML is a synchronous activity that takes an instance of an XML schema element and renders it as a stream of bytes containing XML or an XML string. - Transform XML
Transform XML is a synchronous activity that invokes the built-in XSLT processor to apply an XSLT stylesheet to an XML source document and produce a result document.
Copyright © Cloud Software Group, Inc. All rights reserved.