xsl-list
[Top] [All Lists]

Re:  Re: [xsl] passing a function as a parameter to transform()

2021-05-14 07:31:24
On Fri, May 14, 2021 at 12:20:04PM -0000, Martin Honnen 
martin(_dot_)honnen(_at_)gmx(_dot_)de scripsit:
Perhaps try visibility="public" on the function declaration

If I try

<xsl:function name="local:tiny" as="text()" visibility="public">
    <xsl:param name="in" as="xs:string" />
    <xsl:value-of select="$in" />
</xsl:function>

in the calling stylesheet, it is not observed to change the error.

thanks!

-- 
Graydon Saunders  | graydonish(_at_)gmail(_dot_)com
Þæs oferéode, ðisses swá mæg.
-- Deor  ("That passed, so may this.")
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>