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