Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Getting Information from XML and displaying it on a UIWebView
I would like to know if there is a way to parse XML and display needed content on a UIWebView. Previously, I was using NSXMLParser to parse the XML and display it on a UITableView but the performance gets affected really badly when the XML has a huge chunk of data in it.
It would be great if someone could help me out in this.
Can you explain a bit more about how the UITableview's performance is affected? How are you loading the data into the tableview? You're tableview's performance should be much of an issue if you are doing things correctly.
Can you explain a bit more about how the UITableview's performance is affected? How are you loading the data into the tableview? You're tableview's performance should be much of an issue if you are doing things correctly.
ok so what is happening is that, when the xml contains a huge chunk of data, the iterations to go and parse the xml slows me down a lot. Hence I was thinking if I can save the xml in my database and then apply a xslt on it and display it as a UIWebView.
Replies
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeHence I was thinking if I can save the xml in my database and then apply a xslt on it and display it as a UIWebView.
I am stuck on how to do this.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome