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 :)


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


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