Subscribe to
Posts
Comments
NSLog(); Header Image

Core Data to HTML

Suppose you have a whole bunch of data in a Core Data document. How would you choose to export that data to HTML? Would you use XSLT? Would you just do a flat dump of the file? Would you manually create the HTML virtually line by line?

One Response to "Core Data to HTML"

  1. I'd use XSLT. It's a pain the first few times, but when you get the grasp of it, it's really powerful.