Core Data to HTML
Posted June 20th, 2006 @ 07:35pm by Erik J. Barzeski
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?
Posted 21 Jun 2006 at 8:23pm #
I'd use XSLT. It's a pain the first few times, but when you get the grasp of it, it's really powerful.