Your pipeline example has a memory management
related bug. You're not freeing the intermediate
result or stylesheets. To read more about this,
and what to do about it (use the alternative
Python binding for libxml2, lxml (http://codespeak.net/lxml) ), read
my blog entry (http://faassen.n--tree.net/blog/view/weblog/2005/08/05/0) .
|