Re: [xsl] How Best to Generate Result Documents from Nested Structures?

Subject: Re: [xsl] How Best to Generate Result Documents from Nested Structures?
From: "Eliot Kimber ekimber@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 May 2014 17:50:33 -0000
I think I misstated or misunderstood the restriction. The restriction I'm
referring to is:

"There are restrictions on the use of the xsl:result-document
<http://www.w3.org/TR/xslt20/#element-result-document> instruction,
designed to ensure that the results are fully interoperable even when
processors optimize the sequence in which instructions are evaluated.
Informally, the restriction is that the xsl:result-document
<http://www.w3.org/TR/xslt20/#element-result-document> instruction can
only be used while writing a final result tree, not while writing to a
temporary tree or a sequence."

Current Thread