lol
Dupa mine au un xml parsing thingie ca plugin pentru apache (sau ce server folosesc ei), si pot afisa xml-uri ca pagini web.
<page lang="en_us">
<movies/>
</page>
<movies/> este probabil un alias pentru pagina respectiva... kinda like
$movies = "<-enter whole page here->";
echo $movies;