xsl-list
[Top] [All Lists]

RE: [xsl] RE: Smart Quote Encoding

2007-09-13 08:23:38
I have a program that is receiving text-only e-mails and 
logging the messages to XML.  For various reasons (including 
troubleshooting), I would like to log the content of the 
e-mails exactly.  It sounds like that's simply not possible 
in XML, at least to the extent that "text-only" can include 
characters not allowed in XML.

You can't represent the character x18 directly in XML 1.0, but you could
represent it for example as <char code="x18"/> or as <?x18?>

Michael Kay
http://www.saxonica.com/





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>