J Leven wrote:
> Do you have any suggestions as to how I can modify the API to handle this?
>
> -jl
>
> "Darin Fisher" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>> J Leven wrote:
>>
>>> Hi,
>>> Is there an API to load a URL from a stream, such as stdin? In
>>
> particular,
>
>>> on the Linux platform, it like to pipe an HTML page to the stdin....
>>>
>>> Thanks in advance,
>>> -jon
>>>
>>>
>> nope.
>>
perhaps you could make it work using a named pipe / UNIX domain socket.
then you could pass a file:// URL to mozilla for display.
Darin