XML powered blog system

And finally an XML powered blog system called Synacto (Demo).

Syncato is an XML system from top to bottom. It’s written in Python, but my goal has been to minimize the amount of Python code involved. All data is defined in XML and as much as possible, XML tools are used to manipulate the data. It uses Sleepycat Berkeley DB XML as its database and converts the XML content into presentation formats via the libxslt library. When data moves from the database to presentation, it is always treated as XML, i.e. there is no object model per se, there is only an XML model.

More @ http://www.xml.com/pub/a/2004/03/17/syncato.html

Show Comments