
Thanks Martin (and Hugh)! While I believe you, I don’t actually know how to do that. (I would guess set the factory/@name to either "org.apache.xalan.processor.TransformerFactoryImpl" or "org.apache.xalan.xsltc.trax.TransformerFactoryImpl", but would not know which nor if there are any parameters that need be set.) That said, the <exec> of `xsltproc` solution is working. ________________________________ I think if you use the standard XSLT task: <https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fant.apache.org%2Fmanual%2FTasks%2Fstyle.html&data=04%7C01%7Cs.bauman%40northeastern.edu%7C27c111d9daea4ba4970708d8940b6194%7Ca8eec281aaa34daeac9b9a398b9215e7%7C0%7C1%7C637422124188862307%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=KPxcPHd14xOxDMJeND62cd4ybR4%2BrHFyg3feZBUto8A%3D&reserved=0> and point it at Xalan, that should do it.