xsl-list
[Top] [All Lists]

RE: Javascript quote escaping xx = (' ... \' ... ')

2005-06-01 17:04:51
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • RE: Javascript quote escaping xx = (' ... \' ... '), Bovy, Stephen J <=