Tag: extract text
-
How to extract text between HTML or XML tags?
There are certain types of data that we want to collect from HTML or XML, for handling them, or better display. There are ways to do this with TWebBrowser, but it forces us to have to load the file in it and the manipulation is not very easy. But let’s say we have HTML or ...