Subject: Re: CLI processor as filter?
From: Stephane Bortzmeyer <bortzmeyer@xxxxxx>
Date: Tue, 18 Mar 2003 10:37:07 +0100
|
On Tuesday 18 March 2003, at 0 h 50,
Peter Flynn <peter@xxxxxxxxxxx> wrote:
> Does anyone know of a command-line XSLT processor which supports
> standard input (ie through a pipe from a preceding process, using
> "-" in place of one of the input file names)?
xsltproc does it:
% cat foobar.xml | xsltproc just-copy.xsl -
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|