views:

196

answers:

1

hey guys i want to parse a restful xml web service which is gzipped using jquery or javascript . can anyone help on the same

A: 

If you are doing an AJAX post to get this data, I suggest using the server-side language to do it. I think this is the only way for it to actually work (AJAX post to a server-side language)

Kerry