Imagine the following XML:
<root> <element foobar="hello_world" /> <element example="this is one!" /> </root>
/root/element[@foobar]
and will return the <element foobar="hello_world" /> element.
<element foobar="hello_world" />