We have a DMLC configured with concurrent consumers. Will receive text message which is in XML structure. Would like to validate the XML against a XSD. which is the best API or approach to do XML validation. Performance is a major criteria. This comes under multi threading and cost of validator and document builder creation is very high. Kindly suggest how to pool validators and parser to be used in XML validation.
↧