xmlns sanity check

This commit is contained in:
Olof hagsand 2018-06-05 16:43:43 +02:00
parent 849e46191e
commit 0ad6703663
4 changed files with 23 additions and 8 deletions

View file

@ -40,6 +40,10 @@
* Added cli returna value also for single commands (eg -1)
* Fixed JSON unbalanced braces resulting in assert.
### Known issues
* Namespace name relabeling is not supported.
* Eg: if "des" is defined as prefix for an imported module, then a relabeling using xmlfns is not supported, such as: <crypto xmlns:x="urn:example:des">x:des3</crypto>
## 3.6.1 (29 May 2018)
### Corrected Bugs