S splatt Active Member Licensed User Longtime User Aug 2, 2011 #1 I'm pretty new to parsing web pages and wonder if there is a generic way of getting the text from a web page, for example a story on the BBC news website?
I'm pretty new to parsing web pages and wonder if there is a generic way of getting the text from a web page, for example a story on the BBC news website?
Erel B4X founder Staff member Licensed User Longtime User Aug 2, 2011 #2 If they provide some XML feed then you can parse it using XmlSax. Otherwise you will need to manually parse the html feed. Upvote 0
If they provide some XML feed then you can parse it using XmlSax. Otherwise you will need to manually parse the html feed.