xslt Processor

There are two types of xslt processors you can use to perform xslt transformations.

  • libxslt
  • xsltproc

libxslt performs an xslt transformation via the c library libxslt.

libxslt Settings

SettingDescription
service.type=libxsltset the processor to use libxslt
stylesheetthe xslt stylesheet to perform the xml transformation
timeoutmax time allowed to perform the transform

xsltproc performs an xslt transformation via the xsltproc program.

xsltproc Settings

SettingDescription
service.type=xsltprocset the processor to use xsltproc
stylesheetthe xslt stylesheet to perform the xml transformation
timeoutmax time allowed to perform the transform
binfull path to the xsltproc program
optionsxsltproc options
file.argsxsltproc file arguments