Since there was no response, I'll post a small example, just to clarify what my issue is.
the class below:
import org.springframework.core.io.ClassPathResource;
import...
Type: Posts; User: gianlucaJT; Keyword(s):
Since there was no response, I'll post a small example, just to clarify what my issue is.
the class below:
import org.springframework.core.io.ClassPathResource;
import...
Hi,
I'm trying to use CommonsXsdSchemaCollection to perform some XML validation using local schemas, but I'm having problems when validating against a schema which imports another one. The latter...