Find a child node from XmlNode with ignoring namespaces
Given a XmlNode object, I needed to get the first children node by name. I used the SelectSingleNode method, providing a valid Xpath, but it didn’t work. For example, I need to get the first child node named Signature from the xmlNode It took me a bit of time to realise that the Signature node … [Read more…]