Re: Loading HTML as string directly
> loadStream ? > > -Boris I havent tried loadStream. Would that do the trick? ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding
Re: Loading HTML as string directly
On 4/7/10 9:21 AM, mlutken wrote: Is it possible to load a string into the DOMDocument ? I know how to load an URI using nsIWebNavigation and currently I just save the html file and the load it using nsIWebNavigation->LoadURI with "file://" as protocol. loadStream ? -Boris __