I'm not sure how you're setting this up because I haven't seen the code
but try

  myXmlFilter.getContentHandler();

and see what type that is.

Gary

> -----Original Message-----
> From: Dean H. Saxe [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, September 24, 2001 12:50 PM
> To: [EMAIL PROTECTED]
> Subject: RE: XSLT Processing of a node...twice
> 
> 
> At 12:25 PM 9/20/01 -0700, you wrote:
> >See http://xml.apache.org/xalan-j/samples.html#usexmlfilters
> >This might be a technique to do what you need.
> 
> This brings up another issue.  How do I set the parameters of the 
> transformer inside of an XMLFilter?  If I was creating 
> Transformer objects 
> directly, I could do:
> 
> transformer.setParameter("foo", "bar");
> 
> I cannot find a similar method in XMLFilter.
> 
> Anyone?
> 
> -dhs
> 
> 
> ---------------------------------------------------------------------
> In case of troubles, e-mail:     [EMAIL PROTECTED]
> To unsubscribe, e-mail:          [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to