Contact Us 1-800-596-4880

XML Module Release Notes - Mule 4

The XML module processes and extracts data from an XML document. Use the XML module for cases that involve the use of XML standards such as XSLT, XPath, and XQuery, or XSD.

1.4.2

December 13, 2023

What’s New

  • This connector is now compatible with Java 17.

Compatibility

Software Version

Mule

4.1.1 and later

Anypoint Studio

7.1.1 and later

XSLT

3.0

Xpath

3.1

XQuery

3.1

XSD

1.0

OpenJDK

8, 11, and 17

1.4.1

July 27, 2023

Compatibility

Software Version

Mule

4.1.1 and later

XSLT

3.0

Xpath

3.1

XQuery

3.1

XSD

1.0

Fixed Issues

Issue ID

Updated internal dependencies.

W-13831265

1.4.0

January 10, 2022

What’s New

  • The Validate schema operation’s new field, Schema contents, supports the direct text input of a schema. This enables you to perform a schema validation.

Compatibility

Software Version

Mule

4.1.1 and later

XSLT

3.0

Xpath

3.1

XQuery

3.1

XSD

1.0

1.3.3

February 10, 2022

Compatibility

Software Version

Mule

4.1.1 and later

XSLT

3.0

Xpath

3.1

XQuery

3.1

XSD

1.0

Fixed Issues

Issue ID

The validators cache is no longer evicted due to inactivity. This avoids unexpected schema requests.

W-10678896

1.3.2

November 19, 2021

Compatibility

Software Version

Mule

4.1.1 and later

Fixed Issues

Issue ID

Improved error handling for XML with invalid input errors.

XMLM-19

1.3.1

July 7, 2021

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

None.

Fixed Issues

  • XML Module incorrectly merged Namespace configurations and Namespace directory. XMLM-17)

1.3.0

March 3, 2021

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

  • The XPath function can now receive XML namespaces to evaluate the path expression. (XMLM-16)

Fixed Issues

None

1.2.3

June 25, 2020

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

None.

Fixed Issues

  • XML Module schema violations do not inform line and columns numbers. (MULE-18448)

1.2.2

October 22, 2019

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

None.

Fixed Issues

  • Use of schemaFactory was not synchronized in the XML module. (MULE-17600)

1.2.1

September 20, 2019

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

None.

Fixed Issues

  • XPath function fails to retrieve attribute values. (MULE-17475)

1.2.0

May 27, 2019

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

None.

Fixed Issues

  • Upgrade Guava to the latest version in the XML module. (MULE-16910)

  • Fixed an issue that prevented the 'validate-schema' operation from working concurrently. (MULE-16317)

  • XML module suggests the wrong expression in failure scenarios. (MULE-16239)

  • validate-schema is not working when an XSD references other schema. (MULE-15526)

  • Provide the option to reset the underlying controller of XSLTTransformer. (MULE-15259)

1.1.3

January 17, 2019

Minimum Mule Version

Mule 4.1.1

New Features and Enhancements

None.

Fixed Issues

  • Fixed an issue that prevented the 'validate-schema' operation from working concurrenctly. (MULE-16317)

1.1.2

August 9, 2018

Minimum Mule Version

Mule 4.1.0

New Features and Enhancements

None.

Fixed Issues

  • validate-schema is not working with an XSD referencing other schema. (MULE-15526)

1.1.1

July 2, 2018

Minimum Mule Version

Mule 4.1.0

New Features and Enhancements

None.

Fixed Issues

  • Reset underlying controller of XSLTTransformer after each transformation. (MULE-15259)

1.1.0

March 1, 2018

Minimum Mule Version

Mule 4.1.0

New Features and Enhancements

None.

Fixed Issues

  • Cannot set media type in XSLT transformer. (MULE-14651)