Re: [xsl] Re: creating multiple xml documents from one large xml document

Subject: Re: [xsl] Re: creating multiple xml documents from one large xml document
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 May 2023 22:00:09 -0000
On 5/26/2023 11:55 PM, Eliot Kimber eliot.kimber@xxxxxxxxxxxxxx wrote:
>
> Or you could call Saxon from a Python program as a command-line call
> then consume the result using lxml and continue on your Pythonic way.
>

With Python, consider to use SaxonC instead of calling Saxon as a
command line: https://pypi.org/project/saxonche/

Current Thread