Hi;
 
What is the most efficient way to determine if a node exists. The only way I have founs so far is:
 
if (node.matches(text))
 
where text is the xpath to the node I am looking for and node is a Node I start the search from.
 
thanks - dave

Reply via email to