Sorry, could have a been more explicit. It's a standalone blog server
app using XML/XSLT, mediated by dbxml+python+webkit. Posts are stored
as XML in the native xmldb and retrieved/stored via GET/PUT. Webkit
handles the serving and custom python routines handle the dispatching.
There's an introduction here:

http://www.xmldatabases.org/WK/blog/262_Introducing_Syncato.item

For the convenience of other subscribers, here's an example of the
XPath URL approach:

http://www.xmldatabases.org/WK/blog/item[starts-with(pubDate/text(),
'2003-08-14')]/title/text()

>From inspection of the code, the "WK" in the URL indicates that it is a
self-hosted instance of Syncato (i.e. not vapourware).

I'm still trying to work out the pros and cons of ORM vs XPath
approaches to native XML storage. The structural properties of the
content to be stored seem to have a big influence.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to