Hi > In my extension I am able to read this PHP > URL into a RDFDataSource. [..] > but I can't add a new arc no
> (I don't want to persist the change in a file or on > a remote server, it's only in memory). good. yes, you'd have to copy your remote datasource into a in-memory datasource and work with that. it's not as hard as it sounds though. and ofcourse, you can serialize the inmemory datasource and send it back to your phpscript again. but if multiple users were to access it, you'd have to think about synchronisation and locking issues, and the rdf returned may be hard to parse. $2c, *pike _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
