XMLUnit v2.5.0 Release Notes

Release Date: 2017-09-03 // over 6 years ago
  • 🚀 this release upgrades the XSLT used by CommentLessSource to use XSLT 2.0 and adds an option to select the XSLT version.

    The full list of changes for XMLUnit for Java

    • CommentLessSource, DiffBuilder#ignoreComments and
      CompareMatcher#ignoreComments now all use XSLT version 2.0
      💅 stylesheets in order to strip comments. New constructors and methods
      have been added if you need a different version of XSLT (in
      0️⃣ particular if you need 1.0 which used to be the default up to
      XMLUnit 2.4.0).
      Issue #99.