79151221

Date: 2024-11-02 17:38:07
Score: 0.5
Natty:
Report link

Based on @Michael Kay's comment, switching the XSLT processor from Xalan to Saxon solves this problem. You have to add saxon-he-12.5.jar and xmlresolver-5.2.2.jar from Saxon-HE 12.5 to the classpath, and set the system property with -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl. This solution has the advantage of requiring no changes to the source code.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Michael
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: SATO Yusuke