Forum Navigation
Ordering of xml nodes
Posted: 06/27/09 12:04:07Hi, I want to open and write a xml file using tango.text.xml.Document (tango version 0.99.7). I wonder if it is somehow possible to change the ordering of child elements within one element. Since I need the entries to be order within my prog I surely can do this at runtime by using some attribute for ordering. But having them in correct order within the xml file would be easier and additionally make the file more readable.
Any suggestions would be nice ;-)