I'm putting together a toolbar that will have a list of items that the user
can add, remove or edit from.  I figured it would be best to have those
items stored in an RDF Data Source.  Is there a better way to do this?

I don't have to install the application in a Jar, I could have it installed
as a directory.  I do that, is there a way to access the RDF with a relative
path, apposed to an abolute one.  Since this will be installed on many
machines, I will not always know the absolute path.

thanks,
Jeremy

"Benjamin D. Smedberg" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jeremy Gillick wrote:
> > 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

Reply via email to