Imagine a xml file which refers to a schema using noNamespaceSchemaLocation
.
I'd like to resolve the value defined in noNamespaceSchemaLocation
dynamically using some kind of resolving technique (like ResourceResolver
for resolving schema includes) during parsing (default values in the schema have to be considered)
Is there a way to do this?