Re: [xsl] VERY special characters :)

Subject: Re: [xsl] VERY special characters :)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 May 2001 16:53:07 +0100

> I want to output a control-character (0x00-0x1f) with output method "text".
> It's not letting me... :(

you can't do this in XSL without an extension function as output
characters have to be XML characters in the input.

xt had a non standard output method to allow this, as i recall,
otherwise just output some fixed string like 
[[I want character x00 here]]
and post process the result with perl (or sed or emacs or anything)
to change that string to a null byte.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp

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


Current Thread