XML Module Examples - Mule 4
To fully benefit from using XML module, see the following examples of configuring the module operations:
-
Configure XQuery Transformations
Configure the Xquery transform operation to take XML input content and transform it based on XQuery expressions. -
Configure XPath Extractions
Configure the Xpath extract operation to evaluate Xpath expressions in XML input content and extract the result. The operation also enables you to set namespace mapping. -
Configure Xslt Transformations
Configure the Xslt transform operation to take XML input and transform it using an XSL style sheet. -
Validate Documents against an XSD Schema
Configure the Validate schema operation to validate documents against an XSD schema.