|
Subject: [xsl] Re: [saxon] Batching into files using streaming From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 16 Sep 2016 23:02:43 -0000 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Re: [saxon] Batching into fil, David Rudel fwqhgads | Thread | [xsl] Re: [saxon] Batching into fil, Mailing Lists Mail d |
| [xsl] Re: [saxon] Batching into fil, David Rudel fwqhgads | Date | [xsl] Re: [saxon] Batching into fil, Mailing Lists Mail d |
| Month |