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
Is there some elegant way etree provides to sort elements in the order they appear in the xml file?
It's a common case while working with docx OOXML to be sure that some elements come one after another even if they are on different level of depth in the tree.
I'd be just happy to go without recursive traverse and nested loops.
The text was updated successfully, but these errors were encountered:
Is there some elegant way etree provides to sort elements in the order they appear in the xml file?
It's a common case while working with docx OOXML to be sure that some elements come one after another even if they are on different level of depth in the tree.
I'd be just happy to go without recursive traverse and nested loops.
The text was updated successfully, but these errors were encountered: