Hi

I am currently validating XML's using Schematron. But I am facing a performance 
issue with this.

Currently I am generating large number of documents on the fly and using 
triggers (50 Threads) to validate the XML's.

Each XML when validated individually is taking around 0.4s but when using 
triggers it is shooting up to 10seconds per XML.

While profiling the validation the below line of code is talking around 0.3 
seconds which is part of schematron.xqy file

fn:unordered(xdmp:xslt-invoke($include, $sch))

Can anyone help me in improving the performance in validating xml using 
Schematron.

Thanks and Regards,

Gnanaprakash Bodireddy

This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful.
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to