I need to imbed some xsl ouput within a
JavaScript string literal assignment statement, for example:
txt += '<xsl:value-of select="." />'
Is there a way to configure my xsl style sheet to automatically
convert single quote occurances to javascript escape format :
(') to --> (\') ???????
--~------------------------------------------------------------------
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>
--~--