New Post: WP8 problem with Htmlagilitypack
This is the function I used to get the string content from the website ..the problem is when executed first I cannot get the string content( " App.Data2 = userprofile.InnerText;") since it skips to the...
View ArticleNew Post: Xpath in HtmlAgilityPack
The Html that I need to parse looks like this:<tr><td class="listing1" ><b>Some text</b></td></tr> <tr>stuff</tr> <tr>stuff</tr>...
View ArticleNew Post: How to use htmlagilitypack in Windows Phone 7
Like weiser said, just adding the System.Xml.XPath reference typically works! As he said, it's typically located here: __C:\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client __...
View ArticleNew Post: universal app
HtmlAgility doesn't work with new universal app. There is any solutions?
View ArticleNew Post: universal app
I have this problem also, they need to make an update for the Windows Phone 8.1 and Windows 8.1.. I sincerely hope that they will fix this issue! :)
View ArticleNew Post: Help for parsing please
Hi, i have some problem. I cant parsing this count, because its to complicated for me. I'm need parse 4 different counter. I'm handle it one becuse its easy, but i cant handle facebook and twitter...
View ArticleNew Post: HTML table contents are parsed wrongly
I'd like to read out phone numbers from a HTML table. However the cell text is parsed wrongly:HTML source:<TD class="tnum">0176...
View ArticleNew Post: using htmlagilitypack with ajax div load c#
Please visit website: http://thegioivere.net/news/detail/ve-may-bay-gia-re-chi-voi-5000d-phi-xuat-ve-522 ,thank you for your visit
View ArticleNew Post: Huge Memory Consumption
Hello Page.LoadHtml() seems to take huge memory while loading html text , is there any way to reduce the memory intake ?
View ArticleNew Post: universal app
I just tried manually referencing the 'winrt45' dll, and it works fine so far in both the Windows and Windows Phone projects of the Universal app. Has anyone seen any issues with doing this? Otherwise...
View ArticleNew Post: remove html tags but keep formatting like bold and italics
is it possible to use the html agility pack to remove the html tags that are being displayed in my pdf and just display the text with the proper formatting? I have an mvc application and I am also...
View ArticleNew Post: HtmlAgilitypack on strings C#
I couldn’t help but notice you saying "If you need help with regex give us a shout have done some complicated regex in the past". I have been stuck on this issue for a while now and I am looking for...
View ArticleNew Post: HtmlAgilitypack on strings C#
Hi Adandrea,just taking a quick look it looks as if you just want to remove the html tags and the best way I would use is to do something similar to what you did with Regex because using HTMLAgaility...
View ArticleNew Post: HtmlAgilitypack on strings C#
thank you so much Lee. one problem is that this description field is pulling in the description of different incidents which can change depending on which one the user selects to view. however here is...
View ArticleNew Post: HtmlAgilitypack on strings C#
I can't see any italics inwas looking for eithertest italics or test bold to be in the html or maybetest stylingif you could include a sample with that is it would be great.
View ArticleNew Post: HtmlAgilitypack on strings C#
here you go this is what I am getting:<p style="margin: 0px 0px 12px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px;"><span style="font-family: 'Verdana';font-style:...
View Article