Hi-I am trying to parse multiple xml files in my xcode file. I have been stuck for days with several errors.
Two main errors are:
(1) error: expected ';' before 'getBookData' from my XMLParser.h file
(2) error: request for member 'title' in something not a structure or union from my TableViewController.m file
delegate.h file
#794873 - Pastie
delegate.m file
#794875 - Pastie
XMLparser.h file
#794877 - Pastie
XMLparser.m file
#794879 - Pastie
TVController.h file
#794881 - Pastie
TVController.m file
#794882 - Pastie
Anyone have any ideas what I am doing wrong.
Cheers.