i've got two important questions.
So we wanna build an App based on a Website with a login and so on.
After we typed in the loginname and password we send those things with POST. After that we get the website source code as an NSString.
I want this String to a local XMLFile so that I'm allowed to parse this xmlfile after saving.
Is it possible?
- Question. After i parsed the XML File or String and i got my dates, i wanna put them in a TableView. But how?