Hi, Marco. Marco <[EMAIL PROTECTED]> wrote on 2004-05-12 11:26:59 AM: > Hallo, > I'm trying to porting an old application which uses an old version of > Xalan to a newer which uses Xalan 2.6.0. > That old application instantiates an XSLTEngine object in a servlet > Java, then passes this object as parameter to a stylesheet.
[Sample code deleted by Henry.] > where _xslteng is an XObject created passing the XSLTEngine object to > XObject constructor, and xsltproc is an object of type > org.apache.xalan.xslt.XSLTProcessor (which doesn't exixst in Xalan > 2.6.0.??????.......) I believe that class was removed during development of Xalan-J 2.0.0. > Now, I use the following code: [New code deleted by Henry.] > When I run that program, I receive an error like this: > 'METHOD_NOT_FOUND_ERR ttdblib.XSLTEngine:prova' > The method prova is public in the class XSLTEngine, and it returns a string. What are the arguments of the XSLTEngine.prova method? Thanks, Henry ------------------------------------------------------------------ Henry Zongaro Xalan development IBM SWS Toronto Lab T/L 969-6044; Phone +1 905 413-6044 mailto:[EMAIL PROTECTED]
