I am looking for HTML parsing for the D language (which supports XPath, if possible). I did some searches, but no luck (itβs hard to find solutions with the keyword D .. it likes C , I say C , google say C# .). On http://www.dsource.org and https://stackoverflow.com/questions/tagged/html-parsing+d either.
Note. I want to not mix C++ and D code. Maybe C can be appreciated, if not with libxml2 (less than you give me working C code and a real example of how to use it).
source share