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
- Host: GitHub
- URL: https://github.com/santhosh-tekuri/xpath
- Owner: santhosh-tekuri
- License: bsd-3-clause
- Created: 2017-05-26T12:11:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T09:47:13.000Z (over 7 years ago)
- Last Synced: 2025-03-29T12:21:56.935Z (11 months ago)
- Topics: engine, go, golang, processor, xpath
- Language: Go
- Size: 167 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xpath
[](https://opensource.org/licenses/BSD-3-Clause)
[](https://godoc.org/github.com/santhosh-tekuri/xpath)
[](https://goreportcard.com/report/github.com/santhosh-tekuri/xpath)
[](https://travis-ci.org/santhosh-tekuri/xpath)
[](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.