Re: [Gestalt-users] Issue related to starts-with()
Status: Alpha
Brought to you by:
colin-adams
From: Colin P. A. <co...@co...> - 2006-09-24 06:37:54
|
>>>>> "Florent" == Florent Georges <dar...@ya...> writes: Florent> Hi I just found the following issue. It seems (from Florent> the error message) that the implementation for Florent> starts-with() is simply not completely written yet. But Florent> just in case...: >> cat gexslt-starts-with.xsl Florent> <xsl:transform Florent> xmlns:xsl="http://www.w3.org/1999/XSL/Transform" Florent> version="2.0"> Florent> <xsl:template name="main"> <res> <xsl:value-of Florent> select=" starts-with('Une phrase.', 'Une')"/> </res> Florent> </xsl:template> Florent> </xsl:transform> >> gexslt gexslt-starts-with.xsl --template=main Florent> TODO: {XM_XPATH_STARTS_WITH}.evaluate-item needs to Florent> be written <?xml version="1.0" encoding="UTF-8"?><res/> I've implemented starts-with now, so you will no longer need the work-round. -- Colin Adams Preston Lancashire |