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
So what you are seeing is most likely standard (mis)behaviour of the underlying XML import approach, rather than anything specific to XMLBuilder2.
I'd recommend looking to see if you can find a better way of importing element nodes that don't drop xmlns:xsi and do that instead via the underlying objects available from #getDocument or #getElement. Or perhaps hack around it by checking for this attribute before the import and re-adding it again afterwards?
Hi,
I am trying to import some XMLBuilder2 node into another XMLBuilder2. But while doing this, i faced with this.
When i call below method, it drops
xmlns:xsi
attribute fromelementNode
. Have you any idea about this? @jmurtyThe text was updated successfully, but these errors were encountered: