RE: message in xsl:function

Thanks, noted. 

xsl:message is a bit of a misfit in XSLT but there's logic in what you're
saying.

Mike Kay

> -----Original Message-----
> From: Jeni Tennison [mailto:jeni@jenitennison.com]
> Sent: 06 January 2002 00:45
> To: xsl-editors@w3.org
> Subject: xsl:message in xsl:function
> 
> 
> Hi,
> 
> For debugging purposes, it would be useful if xsl:function could
> contain xsl:message elements (mixed with xsl:variable elements). The
> revised content model would be:
> 
>   xsl:param*, (xsl:variable | xsl:message)*, xsl:result
> 
> This enables people to check the values of parameters and variables,
> even to halt the processing of the stylesheet, prior to returning a
> value from a function.
> 
> Cheers,
> 
> Jeni
> ---
> Jeni Tennison
> http://www.jenitennison.com/
> 

Received on Monday, 7 January 2002 06:14:31 UTC