XML
Getting Rich with PHP 5
2024-11-19
15
All XML handling based on libxml2
<?php
$dom
= new
domDocument
;
$dom
->
load
(
'menu.xml'
);
?>
presentations/slides/intro/menu.xml