c2ephp

tests/caos-highlight.php

Go to the documentation of this file.
00001 <?php
00002 include(dirname(__FILE__).'../caos/highlight/highlight.php');
00003 $cos = file_get_contents('tests/ant.cos');
00004 echo <<<HTML
00005 <html>
00006     <head>
00007         <title>Caos Test</title>
00008         <link rel="stylesheet" type="text/css" href="highlight.css" />
00009     </head>
00010     <body>
00011 HTML;
00012 
00013 
00014 echo HighlightCaos($cos);
00015 
00016 echo <<<HTML
00017     </body>
00018 </html>
00019 HTML;
00020 ?>
 All Classes Files Functions Variables Enumerations