L
L
Lisio2012-01-10 01:52:56
Python
Lisio, 2012-01-10 01:52:56

How to resolve xsl:include using lxml?

a.xsl
...<xsl:include href="b.xsl" />...
b.xsl Tell me
...<xsl:include href="c.xsl" />...
how to write a resolver using lxml in python, which, when transforming xml using a.xsl, will load the necessary xsl from include. What is stuffed in b.xsl is not known in advance.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question