HTML-Parser icon indicating copy to clipboard operation
HTML-Parser copied to clipboard

HTML Parser - very simple and fast

Results 4 HTML-Parser issues
Sort by recently updated
recently updated
newest added

Hi, When I test with link: http://s.cafef.vn/bao-cao-tai-chinh/TNG/IncSta/2018/4/0/0/1/ket-qua-hoat-dong-kinh-doanh-cong-ty-co-phan-dau-tu-va-thuong-mai-tng.chn I find xPath: //*[@id="tableContent"] In tree node display missing node. Thank you so much about your code!

Remove **PPrmRec** and use: ... `TPrmRecList = TList;` ... ``` PrmItem := PrmXPath[PrmXPath.Count - 1]; PrmItem.TagName := AnsiReplaceStr(PrmItem.TagName, '@', ''); ``` Remove `New(Prm);` This will fix a memory leak.

Hi, this is my first issue that I report. Because I do not know how to format source code here, I have attached the error report in a zip archive....