Following the XUL tutorial on xulplanet, I try this code:
tree=document.getElementById('my-tree');
source=tree.database.GetDataSources();and get this error: Error: uncaught exception: Permission denied to create wrapper for object The XUL and RDF I use are generated with PHP. Thus they are not local scripts and difficult to sign (generated dynamicaly). How could I be able to use the former code? Thanks for your help.... Raph
