Count multiple nodes in XML using xPath
YatanJul 11 2012 — edited Feb 26 2020Hi',
How to count the CUSTSERIAL node in the below XML using xPath.
<missingICCRec>
<MissingField xmlns="http://www.Google.com/MissingFields/v1.0">
<CUSTSERIAL xmlns="http://Google.com/InboundService">23809002RN</CUSTSERIAL>
<CUSTSERIAL xmlns="http://Google.com/InboundService">23809003RN</CUSTSERIAL>
<CUSTSERIAL xmlns="http://Google.com/InboundService">23809004RN</CUSTSERIAL>
</MissingField>
</missingICCRec>
Thanks
Yatan