I know this question has been asked in the past, but they have all been dated a few years back. I am wondering if there has been any changes made to Python modules such as lxml, minidom, or etree that will allow us to preserve the attribute order in XML files without patching.
I need the order to be preserved as the program I am supplying the files to relies on it.
If there are no updates, what's the easiest way to implement this?