On 12/28/2008 10:42 AM, Davide Alberani wrote: > On Dec 26, "H. Turgut Uyar" <u...@itu.edu.tr> wrote: > >> I've removed zptkit and developed a very simple templating mechanism. I >> hope it will be enough for the purposes of this application. > > Seen - they look powerful enough. I hope to start contributing > (at least a little) ASAP. :-) >
I've added an experimental feature for serving the data in xml and styling it with xsl. At the moment, it only works for movies and it will send the browser something like: <?xml version="1.0" ?> <?xml-stylesheet type="text/xsl" href="/static/title.xsl" ?> <movie id="0101410"> <long-imdb-title>Barton Fink (1991)</long-imdb-title> <cover url="http://ia.media-imdb.com/images/....jpg" /> <directed-by> <person>Joel Coen</person> <person>Ethan Coen</person> </directed-by> </movie> And the browser will use the title.xsl stylesheet to display it as HTML. Turgut ------------------------------------------------------------------------------ _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel