RE: [xsl] Testing 2 XML documents for equality - a solution

Subject: RE: [xsl] Testing 2 XML documents for equality - a solution
From: "Andrew Welch" <ajwelch@xxxxxxxxxxxxxxx>
Date: Mon, 4 Apr 2005 11:07:26 +0100
A different way of comparing two XML documents springs to mind: iterate
over docA getting each element's and attribute's saxon:path(), and
compare the value by using saxon:evaluate($path) on docB.  The could
check that docB is at least a superset of docA, possibly what Mukul is
after?

Current Thread