Haya all :)
Im trying to make a asp script that gets an xml feed from
http://eu.wowarmory.com/guild-info.x...etribution&p=1
however i keep on getting an error "Unexpected end of file while parsing PI has occurred. Line 2209, position 1". I looked around and found out that this is because that blizzard servers detects the user agent calling there site determines if the useragent can support the XMLDom. If it does then they send the XML to the browser untransformed. If not then they send the transformed XML as HTML. I tryed some ways around fixing this prob using HttpRequest but in VWD 2008 HttpRequest dosent seem to be supported? All the coding that i found using HttpRequest and HttpWebRaquest did'nt work, any suggestions using .net 3.5? Im scripting in
VB.
Thanks for any help offered :)