Subject: RE: message
From: "Jason Macki" <jmacki@xxxxxxx>
Date: Wed, 27 Jun 2001 09:53:43 -0500
|
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@xxxxxxxxxxx [mailto:pcaspian@xxxxxxxxxxx]
Sent: Wednesday, June 27, 2001 9:42 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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
| Current Thread |
- Re: message, (continued)
- cutlass - Wed, 27 Jun 2001 10:53:22 -0400 (EDT)
- Trevor Nash - Wed, 27 Jun 2001 11:34:02 -0400 (EDT)
- Michael Kay - Wed, 27 Jun 2001 12:00:00 -0400 (EDT)
- Bob DuCharme - Wed, 27 Jun 2001 17:00:13 -0400 (EDT)
- Jason Macki - Wed, 27 Jun 2001 10:59:12 -0400 (EDT) <=
|
|