Core Data HTML Store

Last Revision:
Version 1.1, 2007-06-01
Removed use of deprecated NSURL loading API. Removed use of deprecated NSString API. Updated to match current NSAtomicStore API.
(Full Revision History)
Build Requirements:
Xcode 3.0
Runtime Requirements:
Mac OS X 10.5

This example illustrates how to create a custom atomic store and integrate it into any application. The format of the store is HTML and all data is stored as HTML tables. Each table maps to an entity. Each row in the table represents a managed object. Each table data element contains a property value. Relationships are represented as anchored links to other tables.