Posts Tagged ‘xsl’

Avoid defining your iPhone app’s default values in two places

Tuesday, October 6th, 2009

This is a guide to using XSLT to extract default values from your iPhone app’s Settings bundle into a separate property list file. That file can be loaded by your app at runtime, sparing you the need to maintain the same data in two places and avoiding the risk of a mismatch leading to buggy behavior.

(more…)