Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mario Hines on Oct 02, 2009 09:45
open dhtmlx forum
dhtmlxcommon.js [dhtmlXMLLoader.prototype.loadXML = function(filePath, postMode, postVars, rpc)

Just recently I've been having issues with loading the XSL for the folders control. In our production environment, it works fine with no error, but in our test environment, it's causing issues. Our development staff is using Firebug to track down the issue. However, the issue that Firebug shows is only in the console. The error is "Access to 'resource://gre/codebase/types/[file].xsl' from script denied'? any clues on this error. It keeps pre-pending the path of '/codebase/types/[file].xsl' with 'resource://gre'. Any help would be highly appreciated.


Respectfully,


Mario Hines
Answer posted by Stanislav (support) on Oct 05, 2009 03:53
Please be sure that you are using latest version of FireBug, one of earlier 1.3 builds has the similar issue.While XSLT works correctly in common case, enabled FireBug was breaking the processing.