> -----Original Message-----
> From: Glen Mazza [mailto:[EMAIL PROTECTED]
>
> --- "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.
>

Re-reading that, I had a specific piece of code before me on which I based
the analogy, and for which I forgot to add the link:
http://xml.apache.org/xalan-j/usagepatterns.html#sax

If it can be of help...

Cheers,

Andreas

Reply via email to