I found this question but didn't see a good answer. I'm interested specifically in configuration files, say in XML. Are there cross-language standard/tools for reading config files? XML itself is just a medium, but I want tools and libraries and standards, like those existing in .NET's ConfigurationSection class.
My main targets are Java and .NET.