29 Nov
2020
29 Nov
'20
2:43 a.m.
Turns out we have SaxonHE 9.8.0.5, a version which does not support XSLT 1. The two obvious solutions are to use `xsltproc` instead or update to Saxon 9.8.0.7 (or perhaps later). For the moment I am doing the former. ________________________________ It is using Saxon … or, at least, that’s what <factory name="net.sf.saxon.TransformerFactoryImpl"/> implies to me. ________________________________ Will Saxon not run XSLT 1.0? I'd have thought it would. How do we run XSLT 1 from ant? (In particular, from P5/antbuilder.xml. I tried "trax", but get a fatal “XSLT 1.0 compatibility mode is not available in this configuration”.)