|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: [saxon] Batching into files using streaming
I would expect to see something like:
> <xsl:stream href="{$fileHref}">
>
> <xsl:for-each-group select="/Country/University/Colleges/College"
group-adjacent="(position() -1) idiv $BatchSize">
> <xsl:result-document
href="file:///E:/stylesheets/TestBed/Result/CollegeBatch{position()}.xml">
>
> <batch>
> <xsl:copy-of select="current-group()"/>
>
</batch>
</xsl:result-document>
</xsl:for-each-group>
</xsl:stream>
Michael Kay
Saxonica
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart


![Re: [saxon] Batching into files using streaming](/images/get_stylus.gif)





