Using XPath, how to select nodes which have no attributes (where attribute count = 0)?
For example:
//node[count(@*)=0]
Will select all with zero attributes