Good Morning all.
Ok, that's the problem: i want include php manual on my site and allow searches against php funcions, language features, appendices, chapters etc., as in www.php.net site.
I want customize the layout too, so i thought to download the docs in xml format from cvs.php.net/phpdocs/en/, copy the datas from here to my local fs and upgrade the xml files stored on my server whenever the Revision number for the function(or chapter ..) on the cvs changes.
This is the first idea that comes in mind.
I'm a 99% newbie in xml theory and xml parsing .., are there different ways to accomplish what i want to do?
Maybe is better to store xml data into a local db, but how? And is it really better?
Thank you
Paolo Dina