On Nov 17, 7:42 am, "Matt (Guru)" <[EMAIL PROTECTED]> wrote: > I want to retrieve data from an atom feed > (http://www.viralvideochart.com/?format=atomB > ) and process it. > Working with the XML structure is a pain, so I was wondering if anyone > had built a generic XML->JSON converter?
The first javascript implementation I ever found that could handle more than simple, simple XML was http://goessner.net/download/prj/jsonxml/ There is a new project, http://www.xn--schler-dya.net/blog/2008/01/26/converting-json-to-xml-and-xml-to-json/, that is based on the former. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
