Answers for "Compare two text values of element tags in XPath Query"

0

Compare two text values of element tags in XPath Query

count(//equip/nom[text()='Blancs']/following-sibling::resultat[text()=//equip/nom[text()='Blancs']/../following-sibling::equip/resultat])
Posted by: Guest on March-10-2022

Code answers related to "Compare two text values of element tags in XPath Query"

Browse Popular Code Answers by Language