Hi all!
What is the XPath expresion used to check if a child is existent or not?
For example I want to test if a "Day" element has a "Time" element or not...
Example:
Code:
<Day date="1">
<Time slot="9:00 am"/>
<Time slot="9:30 am"/>
</Day>
<Day date="2"/>
<Day date="3"/>
Thanks,
Gabi.