mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 02:55:26 +00:00
Extract node value with 'textValue'
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user