Re: Web Archive Files
Re: Web Archive Files
- Subject: Re: Web Archive Files
- From: Douglas Davidson <email@hidden>
- Date: Tue, 31 May 2005 10:55:21 -0700
On May 31, 2005, at 10:40 AM, Mike O'Connor wrote: Safari can save a web page as a Web Archive file, including the HTML source, embedded images, and so on. What format is this archive? Is it a private format? I'd be interested in taking the page being shown in my app's WebView and saving it in such an archive.
The actual byte-level content of the format is private, but you can certainly make use of web archives with public API. WebKit has methods to create a WebArchive (a) from a WebDataSource; (b) from a DOM node; (c) directly from HTML and resources; (d) from data, e.g. from a WebArchive file. The difference between (a) and (b) is that (a) stores the document as loaded; (b) stores the document as currently displayed, which may differ if the DOM has been modified, for example by scripts.
Douglas Davidson
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden