I am working with a node extracted from an xml document containing attributes from various namespaces. My goal is to isolate all the attributes specifically from the fo namespace. Is there a way to achieve this? For example, given the snippet below, I wish to extract all attributes that begin with fo:
<thingy fo:line-height="200%" fo:blah="blah" gh:sdf="sdfdfer">
blah
</thingy>