Determines the URI of a new result tree; there can be several of these.
Allows you to generate multiple documents from one source document
Previously available with extension functions like
xt:document
and saxon:output
Syntax:
<!-- Category: instruction -->
<xsl:result-document
format = "QualifiedName"
href = "uri-reference">
<!-- Content: content-constructor -->
</xsl:result-document>
The format attribute names an xsl:output
element
for this result document.