@Extension(name="XML")
@Operations(value={XsltOperation.class,XPathOperation.class,XQueryOperation.class,SchemaValidatorOperation.class})
@ErrorTypes(value=XmlError.class)
@ExpressionFunctions(value=XPathFunction.class)
@Xml(prefix="xml-module")
public class XmlModule
extends Object
A Mule Module which provides functionality to handle XML. This module should be used for advanced use cases or use cases
associated with XML standards such as XSLT, XPath and XQuery or XSD.
Take in mind that DataWeave is not only perfectly capable to handle most of those use cases and can replace those standards
the majority of the times, but it's also our recommended approach.
- Since:
- 1.0