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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With this release
Sources created fromstrings orbyte[]s can beused more than once. In XMLUnit for Java it is now also possible to
configure the
DocumentBuilderFactoryused when a DOM document iscreated from a non-DOM
Sourceby theDOMDifferenceEngine.The full list of changes for XMLUnit for Java:
Input.fromByteArrayandInput.fromStringnow returnSources thatcan be used multiple times.
Issue #84.
The
DocumentBuilderFactoryused byDOMDifferenceEngineis nowconfigurable.
Issue #83.
The full list of changes for XMLUnit.NET:
Input.FromByteArrayandInput.FromStringnow returnISourcesthat can be used multiple times.
Issue similar to xmlunit/#84.