-
|
Hey there, I'm rather new to libyang and it might be that I have not fully understood xPath as I have only worked with the Python implementation previosuly, but to me the following behavior of libyang seems unexpected: I am currently trying to parse a list of I would expect this code to loop over all Maybe worth noting I am using the latest libyang from I highly appreciate any help/feedback on this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ok I didn't realize a relative xpath would be specified using |
Beta Was this translation helpful? Give feedback.
Ok I didn't realize a relative xpath would be specified using
nameinstead of//name, which works as intended :)