I want to do this:
//*fu
which returns all nodes whose name ends in fu, such as
Do something like:
//*[ends-with(name(), 'fu')]
For a good XPath reference, check out W3Schools.