Re: Output a byte by number

Subject: Re: Output a byte by number
From: David_Marston@xxxxxxxxx
Date: Thu, 29 Jun 2000 14:10:08 -0400
Håkan Pettersson asks:
>Is it possible to output a byte i.e. any ASCII-character
>by using a function as "char(187)"?

<xsl:text>&#187;</xsl:text> should do it.
The actual representation of that byte in the output is the
responsibility of an output routine not controlled by the
XSLT spec, but note that the encoding attribute in
xsl:output may influence the behavior.
.................David Marston


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


Current Thread