Thanx for your replies, guys. I'm more interested in principal - but here's an example:
If I have a blog that I write myself (which means no TOS violations ), which does not support a backend syndacation format (RSS, Atom, etc.). I want to include the latest post on a different page in my site.
So, what I want to do, is get the HTML of a page, and somehow isolate a specific part of the code, for instance everything from
<!-- FIRST START -->
to
<!-- FIRST END -->
. How would it be possible to do this?