RE: JAXP question

2004-02-15 Thread Andreas L. Delmelle
> -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > > I tried a little bit more, but was unsuccessful. XMLFilter + > setParameter() > unfortunately isn't currently available with JAXP, and I suspect the > just-use-a-transformer alternative proposed by Michael Kay here: > ht

Re: JAXP question

2004-02-14 Thread Glen Mazza
> > -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 > > > mani

RE: JAXP question

2004-02-11 Thread Andreas L. Delmelle
> -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 >

RE: JAXP question

2004-02-11 Thread Glen Mazza
--- "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,

RE: JAXP question

2004-02-11 Thread Andreas L. Delmelle
> -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Hi Glen, > Also, big issue--I'm trying to implement command-line > XSLT handling. Most of the code came from > Xalan--quite simple to add. The only problem is that > I'm unsure how to configure the XMLFilter (line > 17