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