Re: exslt:node-set differs between Xalan-J and XSLTC

Mukul Gandhi <[email protected]> Thu, 21 Oct 2010 20:09:18 +0530
Newsgroups gmane.text.xml.xalan.java.user
Message-ID <[email protected]>
On Thu, Oct 21, 2010 at 8:00 PM, Julian Reschke <[email protected]> wrote:
> At some point I got an error and thought that passing a nodeset as a
> parameter to a template would turn it into a RTF.

I believe that with XSLT 1.0, after passing an object (an XDM item
instance in XSLT 1.0 environment) to a template the type of object is
preserved when that object is assigned to the receiving template's
parameter.

So a node-set would remain a node-set when it reaches a template via
receiver template's parameter.




-- 
Regards,
Mukul Gandhi