Stefan Bodewig - 2016-06-05

With this release Sources created from strings or byte[]s can be
used more than once. In XMLUnit for Java it is now also possible to
configure the DocumentBuilderFactory used when a DOM document is
created from a non-DOM Source by the DOMDifferenceEngine.

The full list of changes for XMLUnit for Java:

  • Input.fromByteArray and Input.fromString now return Sources that
    can be used multiple times.
    Issue #84.

  • The DocumentBuilderFactory used by DOMDifferenceEngine is now
    configurable.
    Issue #83.

The full list of changes for XMLUnit.NET:

  • Input.FromByteArray and Input.FromString now return ISources
    that can be used multiple times.
    Issue similar to xmlunit/#84.