On 2 July 2010 12:00, Lars Kellogg-Stedman <[email protected]> wrote: >> That said, what does your filter do? > > Transforms web pages using XDV (http://pypi.python.org/pypi/xdv), > largely to see if this would be a viable replacement for Apache + > mod_transform (because mod_transform seems to be much more fragile > than Python's lxml module in the face of poorly formed HTML).
Have you looked at any other similar modules for Apache. Site is a bit out of date, but go to: http://modules.apache.org/search.php and search for xslt. Will at least give the names of modules to Google for. > The real solution is for me to either fix mod_transform or to run XDV > via a proxy (e.g., paster + dv.xdvserver). > >> As I mention in that >> prior post,I personally think that writing Apache filters in Python is >> a bad idea. > > It seems, if nothing else, like a great mechanism for prototyping things. Yes, I accept that for prototyping a concept, can be useful. Alas, such prototypes usually become permanent. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
