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
I think this was only happening because of the error in #6, because normally it should not be possible to initialize an XmlObject instance that doesn't actually have a node.
I don't think it makes sense to add a check in the serialize method, because if we have to check there we'd have to start checking pretty much everywhere, and we ought to be able to assume class internals are sane. Really, we just need to prevent this from happening if we find anything besides the xsl_transform that could generate an XmlObject in this bizarre state.
No description provided.
The text was updated successfully, but these errors were encountered: