Re: [xslt] Incremental output



Hi there,

this is really an Apache Question now, so you should probably subscribe
to the Apache Developers list: apache-modules@covalent.net

But here's the answer in short:
Buckets are an Apache 2.0 thing and are not available undes 1.3.x
however, sice you are passing the request_rec as context to
OutputBufferWrite, you could use
ap_printf((request_rec*)context,"%s",string) or something of the like
(ap_write,ap_putc,etc...) it would work just the same as in mod-xslt,
only using the Apache 1.3.x fuctions. If you need more help on the
topic, feel free to drop me a line privately or read the archive of
apache-modules@covalent.net !

TTY Philipp

On Sun, 2003-02-09 at 16:36, spinmar@interfree.it wrote:
> 
> Hi,
> 
> I have seen your apache module (mod-xslt): well you suggested me to see xsltparse function xslt_parse which creates an OutputBuffer which it then uses to create apache buckets.
> 
> I'm using apache 1.3.27: is it possible to use bucket with apache 1.3.27? 
> 
> Thanks
> 
> --Marco
> 
> 
> 
> -----------------------------------------------------
> 
> Salve, il messaggio che hai ricevuto
> รจ stato inviato per mezzo del sistema
> di web mail interfree. Se anche tu vuoi 
> una casella di posta free visita il
> sito http://club.interfree.it
> Ti aspettiamo!
> 
> -----------------------------------------------------
> 
> 
> _______________________________________________
> xslt mailing list, project page http://xmlsoft.org/XSLT/
> xslt@gnome.org
> http://mail.gnome.org/mailman/listinfo/xslt





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]