Today at work, near the end of the day, I was spending a bit of brainpower figuring out how
sehellenes.org should serve up its content. The site news lives in XML files. Because of the nature of the data, it's sensible to view it a particular as raw XML
Atom entries or transform it into XHTML. I may even want to add a way to transform it into RSS
(
Read more... )
Comments 9
Reply
Reply
Reply
Reply
(The comment has been removed)
Reply
(The comment has been removed)
I'm experimenting with just storing the XML in the filesystem instead of in a SQL database. My plan is to have CGI scripts read and write that filesystem-based XML directly until I really need a database. We'll see how that works out...
Reply
I didn't get a chance to look at your links so no idea if that will help but GWT is a useful AJAX framework for us here and is worth a look if you take that route.
Reply
In your XML serving, do you ever use HTTP content negotiation to serve up different data representations to different applications for a single conceptual data URI?
Reply
Leave a comment