I am using Spring CastorMarshaller for unmarshalling from xml-> Java.
I want to validate the xml against the xsd before unmarshalling it.

I have enabled validation using the following in...