I need some contents of the website to be edited by the client
(1 or 2 times per year) and i dont want to put it on database.
So i write xml instead of txt as i have php4.1.1 i use readfile to read the xml file .
Also i have a main.php file with topbar and footbar and i just includes the asked page inside this included page may come some page that read the content from xml formatted with xsl with works in some servers but the one i must to work have a old php version.
I already got the solution wich is not to use xsl to format the xml and use a hardcoded php parser to read the xml so my problems disappear i was just wondering another way to use xsl!?