C
Chris
We have XML config files in our app. To get data out of the files, I
find myself writing SAX content handlers over and over.
Is there a quick and easy way for me to avoid this? It would be nice to
have a class like java.util.Properties, except it works with XML.
find myself writing SAX content handlers over and over.
Is there a quick and easy way for me to avoid this? It would be nice to
have a class like java.util.Properties, except it works with XML.