Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Web Archive Files




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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden

References: 
 >Web Archive Files (From: "Mike O'Connor" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.