[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Saxon for windows?
Subject: Re: [xsl] Saxon for windows?
From: Robert Bachmann <rbach@xxxxxxxxxxxxx>
Date: Fri, 03 Jun 2005 17:10:25 +0200
|
Kevin Rodgers wrote:
> Is there really no way to pipeline processes on Windows, like with a
> pipe on Unix?
There is a way, if these processes write to stdout:
prog1 | prog2 in the command line, same thing as in Unix.
|