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
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