assert_select and XML namespaces

Can assert_select handle XML namepsaces? I have an xml document returned with a section in an XML namepsace. According to the W3C "ns| element" is the CSS selector for an element in the ns namespace. I've tried that in assert_select and it complains about it being an invalid selector. Is it possible or should I revert to using assert_match?