[lxml-dev] Avoiding re-parsing for document loading
Paul Everitt
paul at agendaless.com
Fri Jan 30 16:28:40 CET 2009
http://codespeak.net/lxml/resolvers.html
I believe that's what you want. If you don't mind making your XSLT
bound to your lxml setup, you could also make custom XSLT/XPath
extension functions that returned nodesets.
--Paul
On Jan 30, 2009, at 10:04 AM, Laurence Rowe wrote:
> I have an XSLT that accesses a number of other documents. These other
> documents are also created in lxml. Is there a way to pass them to my
> stylesheet without incurring an additional parse?
>
> Laurence
> _______________________________________________
> lxml-dev mailing list
> lxml-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/lxml-dev
More information about the lxml-dev
mailing list