Re: modify remote RDF

Axel Hecht <[email protected]> Wed, 07 Sep 2005 14:06:37 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Sevastian Foglia wrote:
> How can I modify remote site RDF?
> In xulplanet tutorial I read this: "...RDF/XML files loaded from a 
> remote site cannot be modified directly."
> But I didn't find how...

"Cannot be modified directly" is it. You can hack around it and install 
something on the server and talk to that, for example by using a POST on 
XMLHttpRequest or something.

But essentially it is "cannot be modified"

Axel