https://github.com/spali/go-xq
XML query utility to extract xml from a file, input pipe or url with XPath.
https://github.com/spali/go-xq
binary cmd command-line commandline go go-xq golang xml xml-parser xml-queries xml-xpath xmlquery xpath xq xquery
Last synced: 4 months ago
JSON representation
XML query utility to extract xml from a file, input pipe or url with XPath.
- Host: GitHub
- URL: https://github.com/spali/go-xq
- Owner: spali
- License: mit
- Created: 2021-01-28T09:30:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T07:59:14.000Z (9 months ago)
- Last Synced: 2025-09-04T09:41:59.700Z (9 months ago)
- Topics: binary, cmd, command-line, commandline, go, go-xq, golang, xml, xml-parser, xml-queries, xml-xpath, xmlquery, xpath, xq, xquery
- Language: Go
- Homepage: https://github.com/spali/xq
- Size: 62.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# xq
[](https://github.com/spali/go-xq/actions/workflows/build.yml?query=branch%3Amaster)
[](https://codecov.io/gh/spali/go-xq)
[](https://github.com/spali/go-xq/actions?query=workflow%3A%22CodeQL%22)
[](https://goreportcard.com/report/github.com/spali/go-xq)
[](https://pkg.go.dev/github.com/spali/go-xq)
[](https://github.com/spali/go-xq/blob/master/LICENSE)
XML query utility to extract xml from a file, input pipe or url with XPath.
Baked by the excellent library [antchfx/xmlquery](https://github.com/antchfx/xmlquery)