Subject: Re: [xsl] function-available() test on stylesheet functions From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Tue, 17 Jul 2007 23:54:48 +0200 |
Right now, I think I may have to move all of my "default output" into functions that are defined by a file referenced by an xsl:import. Then I can successfully define an overriding function, when I want to customize the output.
<xsl:function name="my:function-available" as="xs:boolean"> <xsl:param name="function-name" /> <xsl:sequence select="$function-name = ('func1', 'func2'...)" /> </xsl:function>
Cheers, -- Abel
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] function-available() test, John McGowan | Thread | RE: [xsl] function-available() test, Michael Kay |
Re: [xsl] function-available() test, John McGowan | Date | Re: [xsl] function-available() test, David Carlisle |
Month |