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

https://github.com/santhosh-tekuri/xpath

XPath 1.0 Engine in Go
https://github.com/santhosh-tekuri/xpath

engine go golang processor xpath

Last synced: 10 months ago
JSON representation

XPath 1.0 Engine in Go

Awesome Lists containing this project

README

          

# xpath

[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![GoDoc](https://godoc.org/github.com/santhosh-tekuri/xpath?status.svg)](https://godoc.org/github.com/santhosh-tekuri/xpath)
[![Go Report Card](https://goreportcard.com/badge/github.com/santhosh-tekuri/xpath)](https://goreportcard.com/report/github.com/santhosh-tekuri/xpath)
[![Build Status](https://travis-ci.org/santhosh-tekuri/xpath.svg?branch=master)](https://travis-ci.org/santhosh-tekuri/xpath)
[![codecov.io](https://codecov.io/github/santhosh-tekuri/xpath/coverage.svg?branch=master)](https://codecov.io/github/santhosh-tekuri/xpath?branch=master)

Package xpath provides XPath 1.0 Processor.

This package implements complete specification https://www.w3.org/TR/xpath/.

see [Examples](https://godoc.org/github.com/santhosh-tekuri/xpath#pkg-examples) for usage.