Re:  Re: passing a function as a parameter to transform()

"Graydon [email protected]" <[email protected]> Fri, 14 May 2021 12:31:24 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
On Fri, May 14, 2021 at 12:20:04PM -0000, Martin Honnen [email protected] scripsit:
> Perhaps try visibility=&quot;public&quot; 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  | [email protected]
Þæ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/3329386
or by email: [email protected]
--~--