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 in order to solve this, the root element node s would have to be replaced by a soup node that has s as a child. Then the new node can be inserted before that child.
Soup.insert_before
only works if the node is a child of an element node, but it fails when the node is at the root of the element tree.The text was updated successfully, but these errors were encountered: