Removing duplicate in XSLT for node having multiple value
问题 I have a sample XML which has duplicate node. Node 1 and Node3 with below temperature code and both values in FAH and CC are duplicate. All value within row node needs to be checked to checked to termed it as duplicate node <row> <attr name="temperatureCode">STORADE</attr> <attrQualMany name="temperature"> <value qual="FAH">10</value> <value qual="CC">20</value> </attrQualMany> </row> This sample message is <document> <party> <gtin>1000909090</gtin> <pos> <attrGroupMany name=