Web scraping mit PHP und XPath
Juozas Kaziukenas zeigt wie man mit PHP und Xpath HTML Dokumente nach Informationen abgrasen kann.
It turned out, that using Xpath is extremely easy, really. When you master it, you can do everything in seconds. Yes, you need to know how XML works and how to write correct Xpath queries (brief explanation of Xpath syntax is available at W3Schools), but hey - these topics are in 1st year of university.

