C
Chris
Does anyone have a nice utility class they use to read/write XML-based
configuration files?
I've gotten away from Properties files because I often need a simple
data structure where 1) the values are hierarchical, 2) there can be
more than one value for a given key, and 3) the order of the values is
preserved.
So I wrote my own little replacement for Properties that has those
features, but I'm not happy with it.
It would better to use something standard and off-the-shelf. Any
suggestions?
configuration files?
I've gotten away from Properties files because I often need a simple
data structure where 1) the values are hierarchical, 2) there can be
more than one value for a given key, and 3) the order of the values is
preserved.
So I wrote my own little replacement for Properties that has those
features, but I'm not happy with it.
It would better to use something standard and off-the-shelf. Any
suggestions?