HTML-Parser
HTML-Parser copied to clipboard
HTML Parser - very simple and fast
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!
Error connecting with SSL. error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version
update ssl library https://indy.fulgan.com/SSL/
Fix this
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....