XMLNS requires the NS be passed to instances of SelectSingleNode, but we currently assume no namespace is provided (because most SSPs do not provide one).
We should either detect that a namespace is present and use it, or strip it out before parsing.