How To load XML file into iPhone project
问题 I have an XML documment that I want to load for the iPhone, do I need to convert it to a plist first ? if so how ? The xml document has the following code ( for 1 chapter) <toolTipsBook> − <chapter index="1" name="Chapter Name"> <line index="1" text="line text here"/> <line index="2" text=" line text here "/> <line index="3" text=" line text here "/> <line index="4" text=" line text here "/> <line index="5" text=" line text here "/> <line index="6" text=" line text here "/> <line index="7"