Re: [go-nuts] goxpath: An XPath 1.0 parser

2017-06-14 Thread seamus via golang-nuts
Yes referring to https://github.com/ChrisTrenkamp/goxpath YANG is a data modelling language, that may use XML to represent the data stored in a model. Valid relationship between nodes can be expresses as XPATH expressions. These XPATH expression sometimes use current(), for example: /acl/acl-se

[go-nuts] goxpath: An XPath 1.0 parser

2017-06-14 Thread seamus via golang-nuts
I've been doing some work on goxpath to use it to evaluate xpath expressions used in YANG. One issue I just hit is the XSLT current() function is used in the YANG files, this fails to evaluate as current() isn't included in the implementation. Did you consider it at all ? -- You received this