[jQuery] Need An Example On Parsing My XML

2010-01-05 Thread Simon
Hi there. I need an example in parsing the following XML using jQuery: ?xml version=1.0 encoding=UTF-8 standalone=yes? ns3:Account xmlns:ns2=http://oec.api.opsource.net/schemas/ organization .. ns3:userNamerdyer/ns3:userName ns3:fullNameJoe Public/ns3:fullName ns3:firstNameJoe/ns3:firstName

Re: [jQuery] Need An Example On Parsing My XML

2010-01-05 Thread Md. Ali Ahsan Rana
This should be done using alert($(data).find(ns3:userName).text()). Please try this out...(though i didn't try) -- http://ranacseruet.blogspot.com