This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: output redirect


xsl list wrote:
> 
> I want to build a debug path where certain messages prints to stdout
> (instaid of the file provided by -out).

This sounds like exactly the problem that <xsl:message>
is designed for. Have a look in section 13 of the spec:

http://www.w3.org/TR/xslt#message

Actually, this prints to stderr, whereas the XSL output
appears on stdout.


-- 
Warren Hedley


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]