On Thu, Oct 21, 2010 at 8:00 PM, Julian Reschke <julian.resc...@gmx.de> 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