Invalid Character in XML

Avatar image for stephanfourie79
StephanFourie79

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By StephanFourie79

Hi There. Please help. I am busy creating a simple application do extract XML data from the following URI but it contains invalid characters an therefore I cannot continue. http://api.giantbomb.com/games/?api_key=myAPIKey&format;=xml&offset;=16700 Thanks in advance.

Avatar image for cyberox
cyberox

13

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By cyberox

Ok, so the url u trying to use http://api.giantbomb.com/games/?api_key=myAPIKey&format;=xml&offset;=16700 there is a ' ;' betwen paramname and '=' try to remove that!

yout url should look like this : http://api.giantbomb.com/games/?api_key=myAPIKey&format=xml&offset=16700