From 070d3dd825fb81c5c05e8f2bbd760a1ac438a81c Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 21 Feb 2014 15:48:41 -0500 Subject: [PATCH] Extract node value with 'textValue' --- ActiveSync/NGDOMElement+ActiveSync.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveSync/NGDOMElement+ActiveSync.m b/ActiveSync/NGDOMElement+ActiveSync.m index 7fb792e3c..527486605 100644 --- a/ActiveSync/NGDOMElement+ActiveSync.m +++ b/ActiveSync/NGDOMElement+ActiveSync.m @@ -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];