Re: Returning a string from a function2004-06-09 15:31:24
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>
|
|