I have a simple question I am hoping  you nice people can help me
answer.

I load a local HTML file using gtk_moz_embed_render_data() with a
baseURI of
"file:///home/html". The HTML data has references to "/images/foo.gif"
(absolute path)
as an IMG HREF, for example. Why? Because it's shared between a web
server and
my reading it locally (created by a CGI).

I would expect the embedding library to resolve these references using
the baseURI. That
is in fact what happens if the references are relative and not
absolute. It does not
happen for absolute references.

My question is, without making a symbolic link (/home/html/images ->
/images), how
can I have the embedding library resolve absolute references with
respect to
baseURI.

Thanks in advance.
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to