You said you have the following imports:
> > > import javax.xml.transform.TransformerFactory; 
> > > import org.apache.xalan.xsltc.trax.TransformerFactoryImpl; 

Do you also have these imports?
import javax.xml.transform.Transformer;
import javax.xml.transform.stream.StreamSource;

On 02.05.2003 08:25:29 Ozhan Hassan wrote:
> On Fri, 2 May 2003, Jeremias Maerki wrote:
> 
> > "Class Transformer not found" simply means that JAXP is not in your
> > classpath during compilation. You need to make sure that xml-apis.jar 
> > (which contains JAXP) is also in your classpath.
> 
> I already have xml-apis.jar in my classpath. Basically, I include all the
> jar files from the /lib directory in my class path. Which libraries do I
> need to import to use the Transformer object? Is there anything else which 
> I am missing?


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to