On 01/03/2009 03:53 PM, Davide Alberani wrote:
> After all - being server-side - python-lxml is not a huge dependency,
> but I don't play with xslt from a long time, so I can't say if using
> it in this context is a good choice.
> 

After some more experimenting, here's what I've come up with:

- The data can be served in xml or html, this is an option in the config
file (the config options is not very nicely implemented, there must be a
better way). The default is xml.

- XML data is served along with the XSL stylesheet. This requires xsl
support on the client side if it has to be displayed as html.

- For serving html, the xsl stylesheet will be applied to the xml data.
This requires lxml to be installed on the server.

> First of all, it must be simple and funny to implement. :-)
> 

XSLT is quite alright, I could learn to like it :-)

Turgut


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

Reply via email to