I have a node from an xml document. It has several attributes on it from multiple namespaces. I want to find all the attributes from the fo namespace. How can this be done? e.g. from the following I would want to get all of the attributes starting in fo:
<thingy fo:line-height="200%" fo:blah="blah" gh:sdf="sdfdfer">
blah
</thingy>