How do I execute sql statements with XML-files ?
Hi !
I'm building a simple application where I need to execute sql statements based on what the user clicks on, certain "parents" like a "room" has a child named "wall" the parents are displayed in the first tableView and the children depending on the parent will be displayed in the next tableView. Now I've given up on attaching my sqlite database and have gotten the XMLParser to work, however I can only list things, I wanna be able to manipulate the xml files too.
So I was wondering if somebody could point me in the direction of some simple example code where you can manipulate an XML-file just like a database, whether that be with the original sql syntax some how or if it's done a completely different way doesn't really matter.
Thanks in advance !
|