Closed brunowego closed 11 years ago
Hi, I'm afraid no - formatting controlled by xml.dom.minidom.toprettyxml method which doesn't allow to control attributes sorting.
This is a shortcomming. Sorting attributes is a no go for me. It removes the most important attribute from the front to way bak just making it non readable :-/ http://stackoverflow.com/questions/662624/preserve-order-of-attributes-when-modifying-with-minidom
Is possible to disable the alphabetical order of attributes in indent xml?