Extract node value with 'textValue'

This commit is contained in:
Francis Lachapelle
2014-02-21 15:48:41 -05:00
parent 96f2552b45
commit 070d3dd825
+1 -1
View File
@@ -145,7 +145,7 @@ static NSArray *asElementArray = nil;
}
}
else
value = [[element firstChild] nodeValue];
value = [[element firstChild] textValue];
if (value && tag)
[data setObject: value forKey: tag];