I am new to Jquery mobile environment. I have an XML file and I need to parse it and display the content using JqueryMobile.
this is the format of XML:
<Result>
<Details>
<Attendee>
<AttendeeID>1</AttendeeID>
<Name>krishna</Name>
<AttendeeEmail>[email protected]</AttendeeEmail>
<AttendeeMobile>9876543210</AttendeeMobile>
<AttendeeProfession>Android</AttendeeProfession>
<AttendeeTagCloud>Developers</AttendeeTagCloud>
</Attendee>
<Response>Success</Response>
<Count>1</Count>
</Details>
</Result>
I tried Google-ing it but couldn't find anything that would help me out.
Kindly help me solve this.I am not able to solve the xml tags
jquery mobile parse xml