Hi,

I want to refresh a RDF and I found the answer on RDF in mozilla FAQ
(http://www.mozilla.org/rdf/doc/faq.html#how_do_i_reload_rdfxml)

However, I can't load the Components.classes item needed. I always get an
error in the javascript console

Error: uncaught exception: Permission denied to get property
UnnamedClass.classes

when executing
alert(Components.classes);
alert(Components.classes["@mozilla.org/rdf/rdf-service;1"]);


When executing 
alert(Components.classesById);

I get a undefined message in the alert dialog (so this is not an error...).

The XUL and RDF loaded are accessed through http (these are not local
files). Mozilla version is 1.2.1 (1.3 has same behaviour)

Thanks in advance for your help.

Raph

Reply via email to