Re: [xsl] getting result documents out of a function that calls transform()

Subject: Re: [xsl] getting result documents out of a function that calls transform()
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Mar 2021 18:45:57 -0000
On Wed, 2021-03-31 at 18:26 +0000, Graydon graydon@xxxxxxxxx wrote:
> 
> How do I get those DEBUG result documents back out of the function?

You probably do need to have your function take a map as an argument.
A sequence of "documents-so-far" is even less elegant when you start
dealing with where to write them out to.

Liam


-- 
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread