View Documentation Interface

transform($text, 'Xhtml'); $xhtml = str_replace( 'onclick="window.open(this.href, \'_blank\'); return false;"', '', $xhtml); $xhtml = str_replace( '

<TSTART>

', '
', $xhtml); $xhtml = str_replace( '<TSEP>
', '
', $xhtml); $xhtml = str_replace( '

<TEND>

', '
', $xhtml); // display the transformed text echo $xhtml; ?>