public class CompileXSLTIntoTranslet extends Object
make a translet from any XSL-T source file.
Constructor and Description |
---|
CompileXSLTIntoTranslet() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] arg)
Read the XSLT-C file specified on the command line and make a translate with the same name but a .class extension.
|
public static void main(String[] arg)
Read the XSLT-C file specified on the command line and make a translate with the same name but a .class extension.
arg
- the name of the file containing the XSLT-C source