[xsl] Re: node kind of result tree

Subject: [xsl] Re: node kind of result tree
From: Max Toro <maxtoroq@xxxxxxxxx>
Date: Sun, 20 Jan 2013 20:39:57 -0300
I think I found it. An implicit xsl:result-document instruction is
used, and this instruction always creates a document-node().
--
Max Toro


On Sun, Jan 20, 2013 at 8:36 PM, Max Toro <maxtoroq@xxxxxxxxx> wrote:
> Excluding the use of xsl:result-document, is the result of an XSLT
> transformation always a document-node() ?
>
> The spec talks about result trees, but couldn't figure out if the tree
> is always rooted at a document-node() or if a tree rooted at an
> element() is allowed.
> --
> Max Toro

Current Thread