Tim Laughlin's Everything VB.NET Blog


Browse by Tags

All Tags » XML » Did You Know? (RSS)
XPath with Namespace in VB.NET
I was working a Google Map api project and I ran into XML syntax that a Namespace on the root element. <kml xmlns="http://earth.google.com/kml/2.0"> When this document is loaded in to the xmlDocument and tried use the selectsinglenode function and...