• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Web Archive Files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

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

  • Prev by Date: Re: Setting the cursor for a link in an NSTextView
  • Next by Date: Re: Setting the cursor for a link in an NSTextView
  • Previous by thread: Web Archive Files
  • Next by thread: Re: Web Archive Files
  • Index(es):
    • Date
    • Thread