This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Q on incremental processing and count()


Hi Michael,

Enke Michael wrote:


> 
> Once more: What I mean with incremental processing:
> Incremental processing is if the data coming out of the xslt processor
> as soon as the rows are processed (and there is no reference to later data).
> 
> Incremental processing broken: The data comes out of the xslt processor
> after reading the whole xml. This is my point.



I didn't follow this thread, but what you probably want is specific control of 
when another chunk of data is send to the browser and this you have to solve 
somehow programmatically. You might try to hook up a SAXResult when doing your 
transformation, then you could watch out for specific events and send tables of 
xx rows one at a time, for example.

hope that helps a little,
Markus





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]