xsl-list
[Top] [All Lists]

Re: [xsl] Copy results

2008-07-08 03:15:22
Steven Ericsson-Zenith schrieb:
[...] All I am doing in my pipeline is XML to XML transformations on a
hierarchy of collections. It is just that at one point in that process
I may want the output to go to two locations. To do this outside of
XSLT I will have to generate a different file that contains the
published file list and then copy the files - introducing unhelpful
latencies and potential points of failure.

If the glue for your series of XSL transformation was a general-purpose
language like Perl (only XSL 1.0, unfortunately) or Java or some .NET
language, there'd be no latency in the sense of process creation overhead.

As for failure to copy, if the disk is full, it is full - regardless of
platform chosen.

Surely the mere fact that results-document exists in XSLT suggests
some elementary file processing may be required.

I think this is mainly intended for generating multiple output
documents, like document() and collection() serve you when you
have multiple input documents.

Michael Ludwig

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>