Help! Getting Errors While Using XALAN
843834Aug 3 2001 — edited Aug 3 2001Hey Everybody, I'm trying to create an instance of the XSLT processor using the following line:
org.apache.xalan.xslt.XSLTProcessor processor =
org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor( );
But when I try to compile, javac says it "can't resolve symbol" and points to the "." before XSLTProcessor on both sides of the statement.
What does this mean? Any help is greatly appreciated. I've been trying to debug for hours.