[Gestalt-users] Issue related to starts-with()
Status: Alpha
Brought to you by:
colin-adams
From: Florent G. <dar...@ya...> - 2006-09-21 10:00:50
|
Hi I just found the following issue. It seems (from the error message) that the implementation for starts-with() is simply not completely written yet. But just in case...: > cat gexslt-starts-with.xsl <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:template name="main"> <res> <xsl:value-of select=" starts-with('Une phrase.', 'Une')"/> </res> </xsl:template> </xsl:transform> > gexslt gexslt-starts-with.xsl --template=main TODO: {XM_XPATH_STARTS_WITH}.evaluate-item needs to be written <?xml version="1.0" encoding="UTF-8"?><res/> Regards, --drkm ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com |