scala-xml-compare

scala-xml-compare is a small Scala library for comparing XML documents.

Getting Started

libraryDependencies += "purpledragon.software.xml" %% "xml-compare" % "2.0.0"

Companion libraries are also provided for comparing XML from Scalatest and Specs2:

// scalatest
libraryDependencies += "purpledragon.software.xml" %% "xml-scalatest" % "2.0.0" % Test

// specs2
libraryDependencies += "purpledragon.software.xml" %% "xml-specs2" % "2.0.0" % Test
The source code for this page can be found here.