Re: [xslt] -V to standard error feature request



Le 12/07/01 22:27:33, Sebastian Rahtz a écrit :
> If I say
> 
>  xsltproc -V foo.xsl bar.xml > bar.html
> 
> I would expect the -V output to go on standard error, not into
> bar.html.

If you want to save the result of the transformation into a file, use the
-o or --output option.
xsltproc -V -o bar.html foo.xsl bar.xml

Tom.




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