Re: [xsl] XSLT3 - Streaming + Recursive File Output

Subject: Re: [xsl] XSLT3 - Streaming + Recursive File Output
From: "Mailing Lists Mail daktapaal@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 15 Aug 2016 16:10:05 -0000
So. I have not used 2 xslts. I got away with parsing the xml tree two
times. I did not use forking .
So one single stylesheet worked for both tasks without forking. I am typing
this on the phone , so i am not able to send code. Will go home and will
share the code too.
Thanks.
Dak.tap

On Aug 12, 2016 12:30 PM, "Martin Honnen martin.honnen@xxxxxx" <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> On 12.08.2016 17:28, Mailing Lists Mail daktapaal@xxxxxxxxx wrote:
>
>> Thanks all. This has been a great learning experience
>>
>
> Can you share what you have learned? Did you settle for two stylesheets,
> one extracting anything but the *:species and one splitting the *:species
> elements into batches? Or did you manage to use xsl:fork and a single
> stylesheets for both tasks?
>
> I would like to see the final solution if a single stylesheet sufficed.

Current Thread