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: XSLT does not handles charcters less than x0020 hex


> It seems to me that XSLT does not handle characters with
> reference less
> than 0020(hex).

Actually, it's XML that doesn't handle them.

> I need to output some special characters (all < x0020) for a legacy
> system which uses these special characters to format messages
> to be sent through a socket connection.
>

I suggest outputting a processing instruction such as <?char x1f?> and
writing your own ContentHandler to do the final serialization.

Mike Kay
Software AG


 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]