Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question