Using Saxon from Ant
I have created a custom task that can be integrated into Ant to run Saxon transformations. This is based directly
on the existing xslt
task in Ant, with the added capability to set attributes that are specific to
XSLT 2.0 or to Saxon. The custom class is net.sf.saxon.ant.AntTransform
; it is at an early stage of
development but is made available in the saxon8-ant.jar
file.