Web devel with python: Best route? XML to HTML translation!

rturpin at my-deja.com rturpin at my-deja.com
Tue Jan 16 09:04:30 EST 2001


In article <3A6412BC.A07C547 at stroeder.com>,
  Michael =?iso-8859-1?Q?Str=F6der?= <michael at stroeder.com> wrote:
> In theory this is a good way. But how about the performance?
> Last time I played with a Python-written XSLT processor it
> was pretty slow.

Did it process the filter/spec on each translation? Or did
it cache the resulting code? Some translation systems use
a pre-processing step to convert filters/specs into
translation code. The resulting code often performs quite
well.

Russell


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list