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: VERY special characters :)




> 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


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