
Xsltc provides a compiler and a runtime processor. use the compiler to compile an xsl stylesheet into a translet (i.e. a set of java classes). use the runtime processor to apply the translet to an xml document and perform a transformation. xsltc is part of the xalan-java project.