Web Scraping With Ruby
Introduction to web scraping with Ruby. How to handle http connections, parse html files for data, best practices, tips and an example project.
To select elements of any name the wildcard character *
can be used:
Wildcard character functions just like any other axis selector and can have predicates and filters applied to it.
For example, we can restrict our wildcard option to a list of names using the name()
function: