You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clixon orders instance nodes (XML/JSON) according to YANG, especially for "ordered-by system".
However there were instances where ordering did not work and unrecognized nodes appeared in front of all others.
For example, consider YANG:
choice a
case b{
leaf c;
choice d {
leaf e;
Its ordering of an XML instance is "c e" whereas it would show as "e c" since "e" is unrecognized.
This example is "nested choice". Another case is "action".
The text was updated successfully, but these errors were encountered:
Clixon orders instance nodes (XML/JSON) according to YANG, especially for "ordered-by system".
However there were instances where ordering did not work and unrecognized nodes appeared in front of all others.
For example, consider YANG:
Its ordering of an XML instance is "c e" whereas it would show as "e c" since "e" is unrecognized.
This example is "nested choice". Another case is "action".
The text was updated successfully, but these errors were encountered: