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
<rootxmlns="foo">
<mixed>
<a /> mi
</mixed>
</root>
Root(
mixed=[
Root.Mixed(content=[
A(any_element=AnyElement(qname=None, text=None, tail=' mi ', s_map={None: 'foo'})),
' mi ',
])
]
)
The binding node, allows the tail to be added to both the generic object and to the content list. I feel sorry for anyone working with schemas like this but yeah.
The text was updated successfully, but these errors were encountered:
This is a complex case but the new serialize writers brought this to my attention
The binding node, allows the tail to be added to both the generic object and to the content list. I feel sorry for anyone working with schemas like this but yeah.
The text was updated successfully, but these errors were encountered: