Java Developer
-
2003-10-27
- priority: 6 --> 7
There really should be a JSP taglib that accepts a URL
and a token as parameters and returns the value of that
scrape. It should also be able to take a pattern as it's
content, and return a specified scraped token value.
This should be fairly simple, but might be pretty useful
on JSPs.
ex:
<h1> Scraped hosted projects =
<jice:scraper token='HOSTED_PROJECTS'
url='http://www.sourceforge.net'>
Hosted Projects: <B>~@HOSTED_PROJECTS@~</B>
</jice:scraper>
</h1>