Claudio DS - 2013-01-28 15:31:01 -
In reply to message 1 from Mahlatse
please see at the begining of the classes notes. It says:
Example on how to use this class:
=================================
$r = new rtf( stripslashes( $rtf));
$r->output( "xml");
$r->parse();
if( count( $r->err) == 0) // no errors detected
echo $r->out;
Good luck, Sergio