I'm using .Net 2.0, and need to SelectSingleNode from my XmlDocument regardless of namespace, as wrong headed as that may sound.
to be specific
XmlElement slipType = (XmlElement)document.SelectSingleNode("//Provenance1");
will set slipType to null since I don'l know th namespace Provenance1 is in at the time of the query.