Hi,
I try to load a TreeGrid with a Datasource via a not so small xml File (8000 records)
In FF3 I get a "script stack space quota is exhausted" error and all processing stops (IE7 works). I found this is due to https://bugzilla.mozilla.org/show_bug.cgi?id=420869.
The processing stops in ISC_DataBinding.js at
var _2=_1.match(new RegExp("^\\s*<\\?.*\\?>"));
Is it possible to cut the first processing instruction with something else then a Regular Expression?
I try to load a TreeGrid with a Datasource via a not so small xml File (8000 records)
In FF3 I get a "script stack space quota is exhausted" error and all processing stops (IE7 works). I found this is due to https://bugzilla.mozilla.org/show_bug.cgi?id=420869.
The processing stops in ISC_DataBinding.js at
var _2=_1.match(new RegExp("^\\s*<\\?.*\\?>"));
Is it possible to cut the first processing instruction with something else then a Regular Expression?
Comment