My XML Feed looks like this
Not sure how to read the data using JQuery and show it in HTML ?
I tried to search on Google but no great results found as you can see in my XML there are many many elements
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.
Is there a particular reason why you need then to convert it in JSON ? you can do it by first parsing the xml data you retrieve and then create the json using JSON.stringify
Here’s how to retrieve the xml, you can use either the $.ajax or the $.get methods :