Re: [xsl] Returning a string from a function

Subject: Re: [xsl] Returning a string from a function
From: Barry Lay <blay@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 09 Jun 2004 18:31:24 -0400
Never mind, I figured it out. Its at end of day and my mind is slowing. I wrapped the logic in an xsl:variable element and returned the string-join value of that.

Thanks anyway.

Barry Lay wrote:

I have the following in a stylesheet:

<xsl:function name="local:logicalName">
 <xsl:param name="name"/>

 <xsl:analyze-string select="$name" regex="_">
...


</xsl:analyze-string>



Current Thread