Is there any way in which I can do XML Paring in SproutCore (or convert it to JSON) so as to use it in conjunction with Datastore and Records?
Thanks a ton in advance! 😀
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.
I don’t believe there is anything native in SC1 or SC2 to parse XML.
You can always use jQuery which can be accessed from both SC1 and SC2. http://api.jquery.com/jQuery.parseXML/
Regards
Vibul