XML Module - Mule 4 icon

XML Module - Mule 4

home

The XML Module can process and extract data from an XML document. Although DataWeave is recommended for most XML-related use cases, the XML module should be used for cases that involve the use of XML standards such as XSLT, XPath and XQuery, or XSD.

To use the XML module, you simply add it to your Mule app through the Studio or Flow Designer UI, or you can add the following dependency in your pom.xml file:

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-xml-module</artifactId>
    <version>1.1.0</version> <!-- or newer -->
    <classifier>mule-plugin</classifier>
</dependency>
TypeConnector
OrganizationMulesoft
Published by
MuleSoft Organization
Published onFeb 22, 2024
Asset overview

Asset versions for 1.4.x

Asset versions
VersionActions
1.4.2
1.4.1
1.4.0

Tags