Hi, I'm running several transformations chained with TraxFilter. That runs in a servlet. I need need to set Parameters and URIResolver depending on the HttpRequest.
But the transformer is private in the two TrAXFilter implementations (org.apache.xalan.transformer.TrAXFilter & org.apache.xalan.xsltc.trax.TrAXFilter). what about add a public Transformer getTransformer() to TrAXFilter? Or add an interface that the xalan & xsltc variations implements? It's a better way for me because it's much flexible (i.e. switching from xalan to xsltc via JAXP). Any comments? I read today a mail in xalan user list from Walt Fitzharris who have the same requirement. Regards, Bernard
