TransformerHandlerImpl implements ContentHandler and it gets set as the ContentHandler of an XMLFilter somewhere. I'm just not exactly sure where at the moment. I meant to look at the actual type rather than the declared type. Also, I'd like to take this discussion over to the xalan-j-users list since that is where it really belongs.
Gary > -----Original Message----- > From: Dean H. Saxe [mailto:[EMAIL PROTECTED] > Sent: Monday, September 24, 2001 1:55 PM > To: [email protected] > Subject: RE: XSLT Processing of a node...twice > > > At 01:47 PM 9/24/01 -0700, you wrote: > >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, > > I'm just mucking around with the Xalan examples on XMLFilter. > I'm not sure > what you mean by "see what type it is...", the method returns a > ContentHandler, do XMLFilters implement transformers as XMLFilters? > > -dhs > > > --------------------------------------------------------------------- > In case of troubles, e-mail: [EMAIL PROTECTED] > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
