From 452844423ef56b22b42cb479dfa93af39925ee48 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 6 Nov 2018 15:46:27 +0100 Subject: [PATCH] XPATH axis issue --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b186fdd6..ec432554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,8 @@ * https://github.com/clicon/clixon/issues/47 * Yang sub-command cardinality not checked. * https://github.com/clicon/clixon/issues/48 +* Issue with bare axis names (XPath 1.0) + * https://github.com/clicon/clixon/issues/54 * Top-level Yang symbol cannot be called "config" in any imported yang file. * datastore uses "config" as reserved keyword for storing any XML whoich collides with code for detecting Yang sanity. * Namespace name relabeling is not supported.