Open reckart opened 7 years ago
I will add a validate endpoint eventually to validate against server's XSD.
But in the meanwhile xmllint is command line alternative where you can validate xml and in batch mode.
For xmllint
you have to rewrite the email regex because for some reason it is not supported.
The regex is located in OMTD-SHARE-GlobalTypes.xsd
@ line 24.
I don't mean an endpoint (remote invocation) or a command-line tool. I mean a Java method.
@pennyl67 @courado Do we have some easy-to-use Java code to validate a generated OMTDS XML file against the XSDs? I would assume that the registry should do some validation of OMTDS XML files as part of importing them.