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.

Reply via email to