Comparison of .NET .config files (eg web.config)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fpdave
    Journeyman
    • Apr 2008
    • 17

    Comparison of .NET .config files (eg web.config)

    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.
  • Aaron
    Team Scooter
    • Oct 2007
    • 16026

    #2
    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

    Working...