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>
--~--