Hi,
How can one add ignorable white spaces to current accumulation of characters of
NSXMLElement object while parsing an XML file using NSXMLParser.
Here is the delegate method i am using.
- (void)parser:(NSXMLParser *)parser foundIgnorableWhitespace:(NSString *)whitespaceString