I don’t need this, but it looks interesting: HTML Screen Scraping and sgrep, a structured grep. From a quick glance, it looks like something XSLT or just XPath would be good for.
I don’t need this, but it looks interesting: HTML Screen Scraping and sgrep, a structured grep. From a quick glance, it looks like something XSLT or just XPath would be good for.
Comments
I tried it for my Amazon wishlist optimizer, but Amazon's HTML makes most XML parsers barf. The solution that worked for me is BeautifulSoup.
Sometimes, XML is a hammer looking for a nail-shaped solution.
Add a comment: