xsl-list
[Top] [All Lists]

RE: Testing 2 XML documents for equality - a solution

2005-04-04 03:07:26


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?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--