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
[This is happening in my fork. I haven't tested against yangson/master yet]
The path provided in an error message from SchemaNode.from_raw() with an input document that has an unexpected leaf node:
/ietf-sztp-bootstrap-server:input/foo-bar
The path provided in an error message from SchemaNode.from_xml() with an input document that has an unexpected leaf node:
/input/foo-bar
The XML code should provide the namespaces in the same way. This may be related to the more general issue about how the XML code is inconsistent with how namespaces are represented in the ET structures: sometimes the namespace is in the attrib and sometime it's mangled into the tag.
The text was updated successfully, but these errors were encountered:
[This is happening in my fork. I haven't tested against yangson/master yet]
The path provided in an error message from SchemaNode.from_raw() with an input document that has an unexpected leaf node:
The path provided in an error message from SchemaNode.from_xml() with an input document that has an unexpected leaf node:
The XML code should provide the namespaces in the same way. This may be related to the more general issue about how the XML code is inconsistent with how namespaces are represented in the
ET
structures: sometimes the namespace is in theattrib
and sometime it's mangled into thetag
.The text was updated successfully, but these errors were encountered: