xsl-list
[Top] [All Lists]

Re: multiple template value input

2003-09-18 07:04:46

  <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



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