Hacker News new | ask | show | jobs
Xsel: A XPath 1.0 Go library/CLI that can query XML, HTML, and JSON documents (github.com)
1 points by ChrisTrenkamp 1036 days ago
1 comments

xsel was made for two reasons:

* My dayjob where I sometimes need to query thousands of XML documents.

* For fun.

Support for HTML and JSON was recently added as well, and you can also use it in your Go projects.

I figured if it's useful for me, surely someone else will find it useful as well.

You do know xsel already exists and is quite well known, right?

https://github.com/kfish/xsel