array = array("red"=>"bright", "green"=>"natural"); $obj->error = array('did my xss run?', 'You won\'t see this', 'text'=>'but you do see this'); require_once 'HTML/Template/Flexy.php'; $t = new HTML_Template_Flexy(); $t->compile("/web/bluetest/flexy.html"); $t->outputObject($obj); ?>