On 01/02/2009 04:10 PM, Davide Alberani wrote:
>> I've added an experimental feature for serving the data in xml and
>> styling it with xsl.
> 
> Can be really useful (and probly can make obsolete imdbgw): using
> xslt it will be possible to create more or less any output a user
> can need!
> 

It could also make the templating language obsolete. The problems are:

- What if the browser does not support xsl stylesheets (like lynx or
something)? We might have to develop and maintain two sets of output,
one with html and templates, the other with xml and xslt.

- Can we transform the xml document on the server side? That would
require an xslt processor to be available and it would probably not be
pure-Python.

Turgut


------------------------------------------------------------------------------
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to