Re: Re: passing a function as a parameter to transform()
| 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="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 | [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] --~--