971: shared-12
A recent change to shared-12 changed it from using “=” to “eq”, and it is now incorrect. See issue #929 for what was agreed (the correct XPath). The current XPath is: Every $buyerPartyReference in //buyerPartyReference satisfies $buyerPartyReference/@href eq (trade/tradeSide/@id, party/@id) The correct XPath is: every $buyerPartyReference in //buyerPartyReference satisfies $buyerPartyReference/@href = (trade/tradeSide/@id, party/@id)