Re: [Gestalt-users] Issue related to starts-with()
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2006-09-21 13:07:36
|
Colin Adams wrote: > Could you write it and check it in? It's almost the same > as ends-with()? (you can guess out the class name from > the error message). It should only take you 10 minutes. I'd really like to. But I think that I'd need more than 10 minutes to learn Eiffel, and it is better for everybody I don't try to commit any Eiffel code ;-( We can use this kind of workaround waiting for the fix: <xsl:function name="my:starts-with" as="xs:boolean"> <xsl:param name="string" as="xs:string"/> <xsl:param name="start" as="xs:string"/> <xsl:sequence select=" substring($string, 1, string-length($start)) eq $start"/> </xsl:function> I'm sorry I can't help more here. Regards, --drkm ___________________________________________________________________________ Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. http://fr.answers.yahoo.com |