[[
Bit I think that the best way is a common interface for the 2 TrAXFilter
like this:

package org.apache.xalan.trax;

public interface TrAXFilter extends XMLFilter, EntityResolver, DTDHandler,
ContentHandler, ErrorHandler {
    public Transformer getTransformer();
}

and the two implementation renamed to TrAXFilterImpl and declared as :

public class TrAXFilterImpl extends XMLFilterImpl implements TrAXFilter]]

Hi, Bernard

Please open an enhancement in Bugzilla
(http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=XalanJ2).  If you
have a patch, also attach it to the bug report.

Thanks,

Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: [EMAIL PROTECTED]

Reply via email to