XML format for blogs and/or CMS
Posted
by user288713
on Stack Overflow
See other posts from Stack Overflow
or by user288713
Published on 2010-03-08T13:16:54Z
Indexed on
2010/03/08
13:21 UTC
Read the original article
Hit count: 342
I'm writing my own blog/CMS engine (using WebApp and Google App Engine), and I'm looking for a light-weight XML format to use for content storage.
Is there some already existing format that could be used for this purposes? Maybe some subset of the DocBook or ePub format? I had a look at those and they seem to be a little of overkill for what I want to do.
Then again WXR (Wordpress eXtended RSS) or the one from Pluxml (pluxml.org) might be suited as well.
Any ideas?
© Stack Overflow or respective owner