Has anyone run into the XML parser just ending when it encounters HTML entities like Ã?
Thanks Deshawn
Yes, this problem is because the the XMLParser is using element validation, which will break if it sees an html element like the one you described. If you want to parse HTML you will want to use Hpple.
Check out this post for more information. parsing HTML on the iPhone