Re: [xsl] VERY special characters :)

Subject: Re: [xsl] VERY special characters :)
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 17 May 2001 10:21:38 -0600 (MDT)
Mikael Karpberg wrote:
> I want to output a control-character (0x00-0x1f) with output method "text".

Control characters in that range, except for TAB, CR and LF, are not allowed
in XML documents, not even by reference. This is what David Carlisle meant 
by XML characters. You don't have any way of saying, using XSLT, that you 
want these characters in the output. You need a custom output method or you 
need to output something else and post-process it to translate to the 
characters you need.

   - Mike
_____________________________________________________________________________
mike j. brown, software engineer at  |  xml/xslt: http://skew.org/xml/
webb.net in denver, colorado, USA    |  personal: http://hyperreal.org/~mike/

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


Current Thread