mixed) $options */ public function __construct( array $options = array() ) { $this->xslt = 'http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl'; $this->parameters = array( '' => array( 'make.valid.html' => '1', ), ); parent::__construct( $options ); } } ?>