Re: [xsl] Comparing node-sets or groups. Deep-equal with an exception?

Subject: Re: [xsl] Comparing node-sets or groups. Deep-equal with an exception?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Nov 2019 15:40:03 -0000
Am 06.11.2019 um 16:23 schrieb Martin Honnen martin.honnen@xxxxxx:
Am 06.11.2019 um 15:50 schrieb Flanders, Charles E (US)
charles.flanders@xxxxxxxxxxxxxx:
I need help with an issue that I haven't come across before and I'm
not even sure that I have the subject correct. I am working with XSLT
2.0. Please no 3.0 solutions.


Which XSLT 2 processor do you use, any access to a proprietary
"serialize" function? Otherwise I guess you will need to write a
function computing some fingerprint, I think Dimitre has posted
solutions on that in the past here.


At least on StackOverflow he did:
https://stackoverflow.com/a/11060093/252228

For a proprietary serialize function in Saxon versions not supporting
XSLT 3 see
http://saxonica.com/html/documentation9.7/functions/saxon/serialize.html.

Current Thread