I've found several examples of creating XmlSerializerNamespaces and adding 1 to many namespaces, then serializing based on the object and the list of namespaces.
I can't find any examples of where I have an XML string and I need to deserialize and I want to utilize the namespaces. I've tried reading the string into an XmlTextReader and then setting the Namespaces property to true, but it still didn't work.