Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6df42bbff846f4d966dd554cae14478f > files > 23

ezcomponents-Document-1.3.1-3.mga4.noarch.rpm

<?php

require 'tutorial_autoload.php';

$xhtml = new ezcDocumentXhtml();
$xhtml->loadFile( 'ez_components_introduction.html' );

$docbook = $xhtml->getAsDocbook();
echo $docbook->save();
?>