Re: [xsl] multiple template value input

Subject: Re: [xsl] multiple template value input
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 18 Sep 2003 15:04:46 +0100
  <xsl:variable name="space">
  <xsl:call-template name="result">
  </xsl:variable>


  since i need to get the outcome of the template result, which is multiple.
  how can I possibly make "space" a result tree fragment variable ?


Any use of xsl:variable that has content as opposed to a select
attribute produces a result tree fragment. So the answer to your
question is "do what you just did" (assuming you did close your
xsl:call-template element) which probably means that you meant to ask a
different question?

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread