Hi, Giannis. "Giannis Tsakiris" <[EMAIL PROTECTED]> wrote on 2006-06-24 02:04:19 PM: > But now I'm trying to run a simple example I found and I get this > compile-time error (in Eclipse): > "org.apache.xalan.xslt.XSLTProcessor cannot be resolved to a type"
The org.apache.xalan.xslt.XSLTProcessor class no longer exists. It was part of the original API for using the Xalan-J Interpretive processor, but that API was deprecated and eventually withdrawn when the JAXP Transform API was approved by the Java Community Process. See [1] for basic usage information for the Transform API. See [2] for the detailed specification of the JAXP APIs. Thanks, Henry [1] http://xml.apache.org/xalan-j/usagepatterns.html#basic [2] http://java.sun.com/xml/downloads/jaxp.html ------------------------------------------------------------------ Henry Zongaro XSLT Processors Development IBM SWS Toronto Lab T/L 969-6044; Phone +1 905 413-6044 mailto:[EMAIL PROTECTED]
