Relative Content

Tag Archive for vb.netxmldocument

Read Xml nodes using XmlDocument without namespace

I need to parse and read an xml using vb.net 4.0 XmlDocument, the problem is that xml does not have namespace, I have a working code which uses XElement, but need to use XmlDocument and can’t import Xml.Linq so XElement is not an option for me: