Hi
How can I check whether a node exists in an XML file, and also count the number of nodes.
I have one XML file for an example:
<Employee>
<Emp>
<Name id="1"> A </Name>
<Name id="2"> C </Name>
<Name id="3"> D </Name>
</Emp>
</Employee>
Thanks & Regards
Ravikumar