XPath matching leaf nodes

Puch147

New Member
I want to write an XPath expression that returns true if it is a leaf node..How can I achieve this..\[code\]//a[not(node()] \[/code\]something like this?Thank you
 
Back
Top