Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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.