--- "Andreas L. Delmelle" <[EMAIL PROTECTED]>
wrote:
> 
> AFAICT SAXTransformerFactory has its own
> getTransformerHandler() method.
> Maybe you can use this to set up a Handler, then
> manipulate the related
> Transformer ( setParams() ) through
> TransformerHandler.getTransformer().
> After that, you can pass the TransformerHandler as
> ContentHandler to an
> XMLReader/Filter.
> 

Thanks--that may work--I'll look into this.  

Glen

Reply via email to