Javascript Heredoc

Javascript Heredoc

var string = (<r><![CDATA[

     The text string goes here.  Since this is a XML CDATA section,
     stuff like <> work fine too, even if definitely invalid XML.

  ]]></r>).toString();

Discussion

This does not work in Mobile Safari. Any thoughts?



or
CAPTCHA Images