Specifically (taking a deep breath): How would you go about finding all the XML name spaces within a C#/.NET XmlDocument
for which there are no applicable schemas in the instance's XmlSchemaSet
(Schemas
property)?
My XPath magic is lacking the sophistication to do something like this, but I will keep looking in the meantime ...