Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xpathparser

License GoDoc Go Report Card Build Status codecov.io

Package xpathparser provides lexer and parser for XPath 1.0.

This Package parses given XPath expression to expression model.

Example

An example of using this package:

expr := xpathparser.MustParse("(/a/b)[5]")
fmt.Println(expr)

This package does not evaluate xpath. For evaluating xpaths use https://github.com/santhosh-tekuri/xpath

About

XPath 1.0 Parser in Go

Topics

Resources

Stars

11 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages