[lxml-dev] Quickly dupe a parsed XSL tree
Stefan Behnel
stefan_ml at behnel.de
Tue Mar 25 10:12:42 CET 2008
Sidnei da Silva wrote:
> I am looking for a way to, as soon as at least one thread has done the
> work and has the XSL object in memory, have the other threads just
> clone/dupe the existing in-memory XSL object instead of doing all this
> useless computation all over again.
If you are using lxml 2.0, you can "copy.deepcopy()" XSLT instances.
Stefan
More information about the lxml-dev
mailing list