in reply to Re: Accessing node attribute with XML::XPath
in thread Accessing node attribute with XML::XPath

Perfect. I see that $recording->getAttribute('type') or $recording->findvalue('@type') work. Thanks a lot, ~Oliver