What\'s the simplest API to use in scala to perform the following XPath queries on a document?
//s:Annotation[@type=\'attitude\']/s:Content/s:Parameter[@role
I guess when scalaxmljaxen is mature, we'll be able to do this reliably on scala's built-in XML classes.