Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Document
/
docs
/
tutorial
/
01_00_read_html.php
blob: aa202a8e588e784da04c4d87e933e62f4d143641 [
file
] [
log
] [
blame
]
<?
php
require
'tutorial_autoload.php'
;
$xhtml
=
new
ezcDocumentXhtml
();
$xhtml
->
loadFile
(
'ez_components_introduction.html'
);
$docbook
=
$xhtml
->
getAsDocbook
();
echo $docbook
->
save
();
?>