Or better yet, you don't even need to "scrape" when there's a formal hypermedia way of determining the correct link (darnit I must be hanging out talking REST too much).
You just need to locate the <link/> header with an "alternate" relation and content type of "application/rss+xml" or "application/atom+xml" ( i think ), from the posse site: <link rel="alternate" type="application/rss+xml" title="RSS" href=" http://feeds.feedburner.com/javaposse"/> -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree 2010/11/5 Cédric Beust ♔ <[email protected]> > Well, maybe scraping the HTML page for an ATOM or RSS feed might be a good > feature to add then. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
