At 04:21 PM 1/6/2009, Michael Kay wrote:
Base64 encoding does not use any characters that are special characters in
XML, therefore enclosing it in CDATA is completely pointless.
Basically they don't want to change the DTD and wants the data to be
parse by the existing DTD. So we have enclosed this by CDATA. The
pick the inside text of CDATA and build the image.
--~------------------------------------------------------------------
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>
--~--