Here is the code :

var data = {xml content};
$(data).find('{namespace}\\:nodename').each(function() {
     { Code to perform something.}
});

On Nov 18, 2:42 pm, Peter <hokwai...@gmail.com> wrote:
> Can you show the code you are using.
>
> On Nov 18, 1:18 pm, "g...@iec" <abhi.pur...@gmail.com> wrote:> Can anybody 
> provide me with some suggestions regarding above mentioned
> > issue????
>
> > On Nov 17, 7:15 pm, "g...@iec" <abhi.pur...@gmail.com> wrote:
>
> > > Hi all,
>
> > > I have came across an issue related to xml parsing.
>
> > > Here is code for parsing xml with namespace :
>
> > > var data = {xml content};
> > > $(data).find('{namespace}\\:nodename').each(function() {
> > >     { Code to perform something.}
>
> > > });
>
> > > This code works fine in IE and FF and xml got parsed as expected.
> > > But it is not workng with safari.
>
> > > Can anybody help me out to parse xml with namespaces using jquery so
> > > that it work fine in all browsers???????
>
> > > Thanks to all for showing there concern.

Reply via email to