xsl-list
[Top] [All Lists]

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

2009-08-04 16:44:13
Maybe I didn't make it totally clear... But each of the resulting
files still has to be valid XHTML.
How do you see that achieved in PHP? Maybe with DOM somehow, but I'm
using XSLT in my workflow so that would be much easier.

On Tue, Aug 4, 2009 at 10:37 PM, Chris Cosentino
(ccosenti)<ccosenti(_at_)cisco(_dot_)com> wrote:
Xalan uses <xsl:redirect-write ... >

XSLT 2.0 uses <xsl:result-document ... >

But Marynas, you may have an easier time just using something like PHP
to chunk it out into 300k-sized file.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--