Quantcast
Channel: Parsing xml that contains new line characters within nodes - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by rmaddy for Parsing xml that contains new line characters within nodes

foundCharacters: can be called more than once per element. You need to append each string you get to your currentNodeContent variable, not just set it. So basically, reset currentNodeContent in the...

View Article


Parsing xml that contains new line characters within nodes

I am trying to parse the XML from a URL in Xcode. The trouble I am having is with new line characters within the nodes. When I parse the following XML, I am getting the address perfectly fine but not...

View Article
Browsing all 2 articles
Browse latest View live