Open srikanthsubbaramu opened 3 weeks ago
In my experience, using module names is the easiest XPath to parse. In any case, the format cannot be changed without directly changing the code but you can easily get the mode namespaces if you just find the module struct lys_module
based on its name and use its ns
member.
Hi Michal,
Thank you for the enhancement on https://github.com/CESNET/netopeer2/issues/1657
But on yangpatch we receive, we notice that only module is included in target, we are using ydk to map the patch for adopting,
currently we see target is printed like
But we wanted something with prefix with namespace , so it could easily be parsed