<?PHPinclude '../office.class.php';$x = new office();// Unzip with PECL - ZIP and save$u = $x->oo_unzip('office.odt', true);// read content.xml, convert and showecho $x->oo_on_screen('content.xml', 2); ?>