Avnish1985 / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

Well formed XML chokes on '&' #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was trying one of the example urls to look at the info of a page, except
that I wanted to see the output format in xml instead of json:

http://api.bit.ly/info?version=2.0.1&hash=31IqMl,3j4ir4&login=bitlyapidemo&apiKe
y=R_0da49e0a9118ff35f52f629d2d71bf07&format=xml

Firefox complained that the xml wasn't well formed because it had an
un-escaped '&' when it should have used a & instead.

Original issue reported on code.google.com by jacob.brunson on 28 Jan 2009 at 7:52

GoogleCodeExporter commented 8 years ago
This appears to have been resolved.  Jacob, are you still having problems re: 
this issue?

Original comment by todd.m.l...@gmail.com on 15 Feb 2009 at 10:57

GoogleCodeExporter commented 8 years ago
Thank you.  I have verified that the problem is resolved.

Original comment by jacob.brunson on 17 Feb 2009 at 4:39