I’m trying to treverse through an XML file using jquery mobile.
My code goes as below
testsss = $(xmlHttpRequest).find("/NewDataSet/Table[1]/OrganizationID/").text();
but I’m always getting an empty string. Can someone help me out??
Thanks for your time in advance.
did the magic