RE: XSLT-support related question

2004-02-11 Thread Andreas L. Delmelle
> -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > > Keep in mind, for FOP's xml+xsl->fo->pdf, we don't > output an intermediate fo file. So there may be *no* > redirected files to keep track of. > Yah... wonder where these redirected parts would end up in this case... t

RE: XSLT-support related question

2004-02-11 Thread Glen Mazza
--- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > The XSLT extension functions actually are meant to > redirect certain parts of > the transformation result to other files. Yes, our properties.xsl used to do that for the 250 or so autogenerated property class files. > In the case such a

Re: XSLT-support related question

2004-02-11 Thread J.Pietschmann
Glen Mazza wrote: Interesting question...I would think the extension functionality allows only multiple output *files* only, correct? It depends. The extensions write to a file or more generally to an URL. However, both Saxon and Xalan have more or less undocumented hooks for getting SAX events or

RE: XSLT-support related question

2004-02-11 Thread Andreas L. Delmelle
> -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > --- "Andreas L. Delmelle" <[EMAIL PROTECTED]> > wrote: > > Started having strange ideas on the possibility of a > > scenario like > > > > 1 XML + 1 XSLT => n FOs => n PDFs > > > > XSLT processors support extension functions

Re: XSLT-support related question

2004-02-11 Thread Glen Mazza
--- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > Hi all, > > Started having strange ideas on the possibility of a > scenario like > > 1 XML + 1 XSLT => n FOs => n PDFs > > XSLT processors support extension functions for the > output to multiple FOs, > but in what way could (or does) FOP