xsl-list
[Top] [All Lists]

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

2006-04-17 10:30:27
On Apr 17, 2006, at 7:23 PM, Askild Aaberg Olsen 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/.))"/> ?

Ah! I thought passing arguments as their proper datatype was implied. Indeed, forcing a string-cast with string() works!

Thanks!

--
Jesper Nøhr, Information Systems Developer, Opera Software
tel: +47-24164348 / cell: +47-93460263 / jespern(_at_)opera(_dot_)com



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