using mozilla1.3 the call editor.docShell.loadStream (mInputStream,newFileURI,"text/plain",0,null);
gives me an error "loadStream is not a function"
The LoadStream API changed with Mozilla 1.3 (between 1.3a and 1.3b). See:
http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#730
Check this out to see if that is the cause of the error you see...
...Ron Capelli (Austin, TX)
