I'm trying to modify an RDF file that lives in the application's Jar. From the docs I've read (http://www.xulplanet.com/tutorials/mozsdk/rdfsrcdetails.php), they say that in order to modify a DataSource I have to access it with the "file:" type URL.
That is correct. You cannot update something in a JAR archive without manually calling "zip" or something equally zany. Why do you want to do this?
--BDS _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
