they are basically xml files, but need their elements sorted so require some XSLT or something similar, they also come in a few different flavours.
Announcement
Collapse
No announcement yet.
Comparison of .NET .config files (eg web.config)
Collapse
X
-
If they need their attributes sorted, you can use XML Tidied:
http://www.scootersoftware.com/downl...kb_moreformats
If they need their nodes sorted, you may need to define a custom configuration, like the one found here:
http://www.scootersoftware.com/suppo...rnalconversion
Let us know if you have any questions.Aaron P Scooter Software
Comment