Skip to content

Tag Archives: web url

Reading XML from a website using VB?

I’m using the XmlTextReader function which is working perfectly while reading xml files stored locally, but it won’t work if I give it a web url instead. Does anyone know how to read it from a web address? Thanks.