Validate a document against a tsd

Hello!

When adding or updating a document, tamino validates it with its schema (if a tamino schema was declared for that doctype).
Can I validate a document WITHOUT adding it or updateing it? In API4J I can’t seem to find a way…

Thanks!

I don’t think you can get Tamino to perform the validation unless you’re modifying the database, but you could use a library like Apache Xerces to do the validation in your application.