ph-schematron icon indicating copy to clipboard operation
ph-schematron copied to clipboard

Thread-safety of SchematronResourceXSLT

Open qligier opened this issue 2 years ago • 0 comments

Hi,

I'm wondering if SchematronResourceXSLT is thread-safe when initialized? SchematronResourcePure says in its javadoc that it's thread-safe when it's initialized because the underlying cache is thread-safe. As SchematronResourceXSLTCache is also thread-safe, can we assume the same for SchematronResourceXSLT (once the XSLT has been compiled)?

Thanks!

qligier avatar Jun 02 '22 13:06 qligier