lodo1995 / experimental.xml

A replacement of Phobos std.xml
https://lodo1995.github.io/experimental.xml
Boost Software License 1.0
20 stars 8 forks source link

[feature] XPATH support #11

Closed wilzbach closed 6 years ago

wilzbach commented 8 years ago

Just a question whether XPath will be part of the project? It would help a lot to scrape HTML documents.

In Python is pretty easy with lxml:

http://docs.python-guide.org/en/latest/scenarios/scrape/ http://lxml.de/

lodo1995 commented 8 years ago

It is not on the main todo list, but I find it really useful too. When and if the main goals will be reached I will focus on extending the library, starting from either XPath or XSD.

Whether or not these extensions will be part of Phobos is another issue: the core library by itself will end up being pretty big, and I don't know if everybody is fine with such a big piece of code.

wilzbach commented 6 years ago

This issue was moved to dlang-community/experimental.xml#2