loadFile( 'docbook.xml' ); $html = new ezcDocumentXhtml(); $html->createFromDocbook( $docbook ); echo $html->save(); ?>