For now i have a website with data loaded from a xml file…
But is there a powerfull way to write from a php file to the xml files so i can add items (text and other images) to the xml files (locations). And is it powerfull? Or is a standard MySQL CMS more powerfull?
The easiest and most powerfull way to edit XML (in MHO) is trough Flash. The parser is quite fast, the system easy to understand, and most handy, you can update changes without having to refresh your html page each time. A hybrid *html - flash page is my preferred construction for a CMS (and it looks smoother).
Some basic knowledge about as-js communication is advisable tough…
PHP can handle XML file just fine… Please keep your CMS server side instead of parsing it in flash. This way you’re not dependant of a plugin, more secured, search engine can spider your website and blind people can use screen readers to read your website.
Of course PHP handles it just fine. I do write my own ‘xml-parsers’ in PHP, depending the needs and flexibility. But if you’re new to it, flash handles it swell. The plugin requirement is relative if the parser is intended for CMS functionallity, and it doesn’t mean that your “client-side” part has to be all flash.
in MHO a flash parser just for updating your XML, is the perfect novice CMS.