WebKit sucks parsing Dynamic XML, I had this problem and I found it
was because Gzip...

The SOLUTION in PHP, add the fallowing code in your PHP code:

header('Content-Type: application/xml');
ob_start('ob_gzhandler');

another problem reasons could be that your dynamic XML is not a real
XML, my advice for tests:

Use Firefox and Firebug
save your dynamic XML in the same dir where is your dyamic one
open both, the dynamic and the saved on firefox
check if the headers look the same

good luck.

On Nov 24, 1:23 am, Tony <[EMAIL PROTECTED]> wrote:
> Hello,
> I do not have mac to test this, but maybe you will find your solution
> here:http://forums.macrumors.com/showthread.php?t=538176
>
> jqGrid is tested only in Safari for Windows
>
> Best Regards
> Tony
>
> On Nov 21, 8:35 pm, Ronnyek <[EMAIL PROTECTED]> wrote:
>
> > Ok, I've tried a number of grids including flexigrid, andjqgrid, and
> > both fail to load via ajax, and json...
>
> > I know things are next to impossible to troubleshoot, but the
> > developer menu stuff shows error on line 2699 of jquery-1.2.6.js
> > and the error is permission denied.
>
> > Both grids worked flawless in chrome, ie, ff but safari on mac broke.
> > Any ideas?
>
>

Reply via email to