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 a byte by number



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

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