A CLI tool for scraping websites using XPath.
Find a file
King_DuckZ b536026f58 Setting a default namespace breaks queries when namespace is empty, so make it a parameter.
The new --namespace (-n) parameter defaults to http://www.w3.org/1999/xhtml
because it's easier to set it to "" on the command line than to that
long string.
2020-04-01 03:09:45 +02:00
cmake/Modules Use XQilla and Xerces-c from the system instead of pugixml. 2020-02-18 10:19:51 +01:00
lib Update submodules 2020-02-18 10:43:07 +01:00
src Setting a default namespace breaks queries when namespace is empty, so make it a parameter. 2020-04-01 03:09:45 +02:00
.gitignore Use XQilla and Xerces-c from the system instead of pugixml. 2020-02-18 10:19:51 +01:00
.gitmodules Trying to get scraplang implemented 2018-01-10 20:25:19 +00:00
CMakeLists.txt Remove --dump-raw option. 2020-02-19 17:13:34 +01:00
COPYING Attach GPLv3. 2015-10-01 15:31:58 +02:00
map_form.txt markdown code formatting 2018-02-05 21:40:36 +00:00
sample.scrap Making ApplyBlocks work with {{variable}} sources. 2018-02-15 10:29:05 +00:00