Any client js libraries for turning XML into a JavaScript object?
I’m specifically working with RSS and ATOM XML.
I don’t want to go from XML to JSON then eval().
I’d like to go from XML directly to JavaScript hashes/arrays.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try adobe’s spry framework.
http://labs.adobe.com/technologies/spry/
they have a dataset object that does exactly this.
http://labs.adobe.com/technologies/spry/samples/
Lots of examples on how they turn xml into javascript datasets.
http://labs.adobe.com/technologies/spry/samples/data_region/XMLDataSetStringHandlingSample.html