Re: [xslt] Splitting a result into subtrees



Michael Ludwig schrieb:
Mark Howe schrieb:
How about using exsl:document() to write out the subtrees to
separate files?

[...] using tmpnam() and some memory-mapping technique, this might
work. So this would be a very good suggestion.

Some colleagues of mine suggested to use fifos. However, PHP does not
allow you to open a file in non-blocking mode, register a buffer, and
then move on and have some code (XSL, in this case) write to that file,
and then retrieve the result from the buffer.

Michael Ludwig


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]