Menu

#25 Support for thread safe XSLT 3 transformation parser in Saxon-HE

open
nobody
1
2020-09-15
2020-09-15
Juhi Gupta
No

Need support for thread safe xslt 3 transformation using Saxon-He parser. Currently it seems like parser is not thread safe.

Discussion

  • Michael Kay

    Michael Kay - 2020-09-15

    Please use the forums at saxonica.plan.io, we no longer use SourceForge for community support. And I suggest you ask a question about how to make your application thread-safe, rather than raising a feature request, because I think you have misunderstood how to use the product correctly, and we can tell you how to achieve your requirements.

     
  • Juhi Gupta

    Juhi Gupta - 2020-09-15

    Thankyou for swift response. I will try to open the ticket over there. For the thread safe part, I was hoping to declare TransformerFactory factory = new TransformerFactoryImpl(); as static variable, and then using Transformer transformer = factory.newTransformer(new StreamSource(new StringReader(transformationMapping))); for the transformation

     

Log in to post a comment.