Re: .webarchive format
Re: .webarchive format
- Subject: Re: .webarchive format
- From: Stefan Pantke <email@hidden>
- Date: Thu, 28 Jul 2005 00:52:42 +0200
Thx, Douglas! Forwarded this to another ML, since another
guy needed to access the stuff using another language.
Kinds
Am 28.07.2005 um 00:37 schrieb Douglas Davidson:
On Jul 27, 2005, at 3:20 PM, Stefan Pantke wrote:
has anybody a pointer for Safari's ".webarchive" format used in 10.4?
You know, the file which might be used to keep a webpage
including all ressources embedded in one file.
From a prevous message I sent to this list:
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