Quote:
Originally Posted by matt62king
Hello,
I have an NSXML Parser that parses an RSS news feed. The delegate is adding Line Breaks and spaces before the strings. I have made a work around for this problem, however I would like to find out why this is happening. Has anyone else had this problem.
|
Yep, happens to everyone. To me the parser implementation is broken. You have to go into the returned String and parse out those carriage returns.
Mark