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

Subject: Re:  Re: [xsl] passing a function as a parameter to transform()
From: "Graydon graydon@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 May 2021 12:31:17 -0000
On Fri, May 14, 2021 at 12:20:04PM -0000, Martin Honnen martin.honnen@xxxxxx 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  | graydonish@xxxxxxxxx
^fs oferiode, pisses swa mfg.
-- Deor  ("That passed, so may this.")

Current Thread