what would be the proper xpath to retrieve all nodes that contain a text node?
for instance: given the following xml: <foo><bar/><bar>alpha</bar><bar>beta</bar></foo> how would i get the bar's that contain some text? thanks
what would be the proper xpath to retrieve all nodes that contain a text node?
for instance: given the following xml: <foo><bar/><bar>alpha</bar><bar>beta</bar></foo> how would i get the bar's that contain some text? thanks