An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# xq

[![Build Status](https://github.com/spali/go-xq/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/spali/go-xq/actions/workflows/build.yml?query=branch%3Amaster)
[![Coverage Status](https://codecov.io/gh/spali/go-xq/branch/master/graph/badge.svg)](https://codecov.io/gh/spali/go-xq)
[![CodeQL](https://github.com/spali/go-xq/workflows/CodeQL/badge.svg)](https://github.com/spali/go-xq/actions?query=workflow%3A%22CodeQL%22)
[![Go Report Card](https://goreportcard.com/badge/github.com/spali/go-xq)](https://goreportcard.com/report/github.com/spali/go-xq)
[![GoDoc](https://godoc.org/github.com/spali/go-xq?status.svg)](https://pkg.go.dev/github.com/spali/go-xq)
[![GitHub license](https://img.shields.io/github/license/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)