Help for this page

Select Code to Download


  1. or download this
    <doc>
      <p>regular text here, > needs to be escaped as &lt;</p>
      <literal><![CDATA[here you can use < and & and whatever you want]]><
    +/literal>
    ...
                  mark ]]]]><![CDATA[> by spliting it into 2 different
                  CDATA sections]]></literal>
    </doc>
    
  2. or download this
     #!/bin/perl -w
    use strict;
    
    ...
      <literal><![CDATA[here you can use < and & and whatever you want]]><
    +/literal>
    
    </doc>