<?php
$document 
= new ezcDocumentRst();
$document->loadFile$argv[1] );

$xhtml $document->getAsXhtml();
echo 
$xhtml->save();
?>