Hi Oliver, I'm glad you resolved your CLASSPATH issue. I'm still concerned about why you are calling TransformerImpl.getSerializationHandler() as this is not intended an API for users. TransformerImpl extends the JAXP class javax.xml.transform.Transformer, and methods on this class are standard generic public APIs. Your code wouldn't be tied down to Xalan (not that Xalan is bad but don't you want flexibility to use other XSL processors, e.g. Xalan's XSLTC ?). ---------- Brian Minchau XSLT Development, IBM Toronto e-mail: [EMAIL PROTECTED]
