Hello,
I have written a little library. Now I want to let the user configure the lib with a xml file just like in spring. I have a xsd file to validate the xml config and therefore I have a few questions. Is it possible to achive this spring like configuration with a noNamespaceSchemaLocation? Where should I put the xsd in the lib in order to access it form both lib an outside? And how can I get access to the xsd without needing an absolute path? Currently it's more important to get the functionallity inside the lib than from outside.
Thanks, Tom