xsl-list
[Top] [All Lists]

Re: Multi -step processing in a function using XSLT 2.0

2005-12-13 08:34:43

How should I go about doing this?

It's not clear where you found difficulty.

<xsl:function name="f">
 <xsl:param name="x"/>
 <xsl:variable name="y1">
  .....
 </xsl:variable>
 <xsl:variable name="y2">
  <xsl:apply-templates select="$y1"/>
 </xsl:variable>
 <xsl:sequence select="some-function-returning-a-list-of-strings($y2)"/>
</xsl:function>


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
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>