Hi,
sorry if this is a stupid question but I am trying to resuse Translets
without recompiling the XSL source. (not from command line) and Im wondering
is there some way I can specify a .class file that I want to be used as my
translet object?
e.g
if(compiledXSLFile.lastModified() < XSLSourceFile.lastModified())
{
Templates translet = tFactory.newTemplates(XSLSource);
}
else
{
Templates translet = new File(compiledXSLFile); ***what should go
here?*****
}
thanks for any help,
Paul.
- Performance question : what is the fastest way ? MAHE Vincent FTRD/DIH/REN
- Re: Performance question : what is the fast... Laurent Tardif
- Re: Performance question : what is the fast... Tom Amiro
- RE: XSLTC: creating a translet (templa... Paul O'Neill
- RE: XSLTC: creating a translet (te... Christian Sunesson
- RE: XSLTC: creating a translet... Paul O'Neill
