LampCMS open source XSLT based content management

The first open source CMS that uses browser based XSLT transformation

New site build with Lampcms
Sun Dec 6 2009
The development and rewriting of much of the core classes are going really well.

Basically I switch from using SimpleXMLElement php class to DOMDocument class
While initially I chose SimpleXMLElement for it's simplicity, I discovered it has too many limitations and cannot be used for creation of XML and especially of HTML documents. Anyway, the new classes are much better and the page rendering process is much smarter now and much much more suitable for building ajax-based apps or just adding ajax features to existing CMS.

A sample site has been built with the use of new lampcms

Check it out, it's a portal for php developers