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
Outer is parsed correctly and Nested is put in, too. But while the element for Inner belongs to Namespace A, it's class/type is defined in Namespace B. This yields nil when trying to parse.
I wonder how I should specify namespaces on classes and elements here?
The text was updated successfully, but these errors were encountered:
Given a nested structure with multiple namespaces (nsa and nsb) like this:
Outer
is parsed correctly andNested
is put in, too. But while the element forInner
belongs to Namespace A, it's class/type is defined in Namespace B. This yieldsnil
when trying to parse.I wonder how I should specify namespaces on classes and elements here?
The text was updated successfully, but these errors were encountered: