Re: [xsl] Splitting file into N-sized chunks

Subject: Re: [xsl] Splitting file into N-sized chunks
From: Martynas Jusevicius <martynas.jusevicius@xxxxxxxxx>
Date: Tue, 4 Aug 2009 22:15:37 +0200
Ok, but how exactly do you determine the size criteria?

On Tue, Aug 4, 2009 at 10:09 PM, Michael Ludwig<milu71@xxxxxx> wrote:
> Martynas Jusevicius schrieb am 04.08.2009 um 21:58:52 (+0200):
>
>> how do I split an XHTML file into chunks of some specific size (say
>> 300 KB) using XSLT?
>
> You determine the boundaries, set up matching criteria, and then use
> one of <exsl:result-document> (1.0 + EXSLT), <xsl:document> (2.0), or
> <xalan:write> (Xalan). All documented online on the sites for Xalan,
> EXSLT, and XSLT 2.0.
>
> Michael Ludwig

Current Thread