Xsel: A XPath 1.0 Go library/CLI that can query XML, HTML, and JSON documents (github.com) 1 points by ChrisTrenkamp 2y ago ↗ HN
[–] ChrisTrenkamp 2y ago ↗ 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. [–] dsjkvf 2y ago ↗ You do know xsel already exists and is quite well known, right?https://github.com/kfish/xsel
[–] dsjkvf 2y ago ↗ You do know xsel already exists and is quite well known, right?https://github.com/kfish/xsel
2 comments
[ 807 ms ] story [ 253 ms ] thread* 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.
https://github.com/kfish/xsel