xsl-list
[Top] [All Lists]

Tree Fragment versus Node Set

2005-09-15 07:32:52
I realize that its always better to form my variables into node-sets
versus tree fragments by using the select attribute whenever possible.
But, can one ALWAYS prevent (in XSLT 1.0) making a tree fragment? For
example, if building my variable comes from a template call, is there a
better way to do this?

   <xsl:variable name="myVar">
      <xsl:call-template name="buildMyVariableNode">
         <xsl:with-param name="arg1" select="'test1'"/>
         <xsl:with-param name="arg2" select="'test2'"/>
      </xsl:call-template>
   </xsl:variable>

-Thanks,

Kevin

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>