D
Doug Ransom
How can one add a section to their configuration file which allows for
whatever XML the author wants? The
System.Configuration.SingleTagSectionHandler doesn't work if I want my own
xml elements within the config file.
The config file mechanism seems really bizaree to me. I cannot understand
the advantage provided with the current format over just having an XML file
and allowing people to put in their own elements and read out what they
expect to be there, and the dotnet framework Configuration.Settings could
have just provided the file location or XML DOM Tree. If I wanted
everything to be key/value pairs, an ini file would have been good enough.
whatever XML the author wants? The
System.Configuration.SingleTagSectionHandler doesn't work if I want my own
xml elements within the config file.
The config file mechanism seems really bizaree to me. I cannot understand
the advantage provided with the current format over just having an XML file
and allowing people to put in their own elements and read out what they
expect to be there, and the dotnet framework Configuration.Settings could
have just provided the file location or XML DOM Tree. If I wanted
everything to be key/value pairs, an ini file would have been good enough.