xsl-list
[Top] [All Lists]

Re: [xsl] Problem with passing argument to external registered function

2006-04-17 10:24:50
Jesper Noehr wrote:
This works:
<xsl:value-of select="foo:bar('test')"/>

This doesn't:
<xsl:value-of select="foo:bar(element/.)"/>
A long shot, but did you try with <xsl:value-of select="foo:bar(string(element/.))"/> ?

Askild
-

--~------------------------------------------------------------------
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>
--~--