Xml Parsing With Htmlagilitypack June 25, 2024 Post a Comment I'm parsing xml with HtmlAgilityPack on WebService worker role, but there is something wrong. When I select childnode 'link' get empty char. the xml like : http://wwwSolution 1: Put that line before loading HtmlDocumentHtmlNode.ElementsFlags["link"] = HtmlElementFlag.Closed; CopyThat is all.By default, its value is HtmlElementFlag.Empty and treated like meta and img tags... Share Post a Comment for "Xml Parsing With Htmlagilitypack"
Post a Comment for "Xml Parsing With Htmlagilitypack"