test-cdata-3.html 664 Bytes
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <!--  *-* ttulo, incluyendo nmero de la prctica-->
    <title>
       Test
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  </head>
  <body style="background:white">
    <p>This text should be in the same paragraph, and the converter
      should decide where to break the lines 
      <![CDATA[ <
<<<< &&&&& >>>>> ]]>, although the CDATA section
      should be only in one line. 
    </p>
  </body>
</html>