my code :
XmlDocument xml1 = new XmlDocument();
XmlDocument xml2 = new XmlDocument();
xml1.Load("http://www.oztivo.net/xmltv/FMDRA_2013-05-31.xml.gz");
xml2.Load("http://www.oztivo.net/xmltv/GEM-ACT_2013-05-16.xml.gz");
my problem is that on page load for first time everything work great but on the refresh it's giving me an error :
'', hexadecimal value 0x1F, is an invalid character. Line 1, position 1.
Do anyone know how to fix this issue ?
.gzpart from the URL.