> -----Original Message----- > From: Chris Bowditch [mailto:[EMAIL PROTECTED]
> Andreas L. Delmelle wrote: > > <snip/> > > > The related class in Xalan: org.apache.xalan.lib.Redirect > > > > It contains a HashMap, m_outputStreams, which is, > unfortunately, protected, > > so can't be queried from outside the xalan.lib package... > > Whats wrong with sub-classing, e.g. FopRedirect extends Redirect. > Hmm. Good point indeed! (I don't even wanna think about how long it would have took me to discover this by myself... after having tried and considered almost every other thinkable and way-too-complicated way of solving this ;) ) Cheers, Andreas