Re: [xsl] Date YYYYMMDD format XSLT 2.0 (with string Update)

Subject: Re: [xsl] Date YYYYMMDD format XSLT 2.0 (with string Update)
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Tue, 16 Sep 2008 15:33:38 +0200 (CEST)
Pankaj Chaturvedi wrote:

> <xsl:analyze-string select="substring-before(string(./@version), '
> Update')" regex="{ $re }">

  That won't work if the string doesn't contain 'Update'.  I would
modify instead the end of the regex: '...( Update)?$'

  Regards,

--drkm

Current Thread