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: message


Hi Karlo,

The xsl:message directive is used when you invoke the stylesheet with a
command line parser, like Instant Saxon, or the MSXML command line
parser.

For example:

	c:\>c:\saxon\saxon.exe -o output.htm input.xml stylesheet.xsl
	This is an output message.
	This is another output message.

	c:\>

It's not supposed to do anything when the transformation is being done
by a server side parser, unless some kind of event listener class is set
to be triggered by a "message" event (This is only something I've heard
about, so somebody correct me if I'm wrong.)

- Jason

-----Original Message-----
From: pcaspian@iafrica.com [mailto:pcaspian@iafrica.com]
Sent: Wednesday, June 27, 2001 9:42 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] message


Hi, I am trying to use <xsl:message>Hello</xsl:message> Nothing is
displayed. I tried to put this inbetween my actual html and still no
luck,
when I use <xsl:message terminate="yes">Hello</xsl:message> I get the
output, together with a error in my ASP page.

Any ideas ?

thank

Karlo

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


 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]