• Some Examples:! • Select a div with class hello:! • div.hello • Select a div with id hello:! • div#hello • XPath queries and CSS selectors are equivalent
and more complicated scraping: ! • https://github.com/swannodette/enlive-tutorial! • More on XPath, CSS Selectors:! • http://www.w3.org/TR/CSS2/selector.html! • Enlive-style selector syntax in the browser (using cljs):! • https://github.com/prismatic/dommy/