Hi,
How can I find the number of nodes in the node-set. Here in the below document
I want to find the number of nodes in DocumentList element. Am new to Xpath. Can anyone please help me out?
<?xml version="1.0" encoding="UTF-8"?>
<ProcessData>
<SessionBeginTime>2009-07-14 13:24:28.218</SessionBeginTime>
<ServerResponse>
<Code>226</Code>
<Text>226 Transfer OK</Text>
</ServerResponse>
<DocumentList>
<DocumentId>dev4206:80f4cb:12279c825a4:176f</DocumentId>
<DocumentId>dev4206:80f4cb:12279c825a4:1773</DocumentId>
<DocumentId>dev4206:80f4cb:12279c825a4:1776</DocumentId>
</DocumentList>
<Prev_NotSuccess_Adv_Status>Primary document is null</Prev_NotSuccess_Adv_Status>
</ProcessData>
Thanks in advance