|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Date YYYYMMDD format XSLT, Pankaj Chaturvedi | Thread | RE: [xsl] Date YYYYMMDD format XSLT, Pankaj Chaturvedi |
| Re: [xsl] // expanding to descendan, David Carlisle | Date | Re: [xsl] // expanding to descendan, David Carlisle |
| Month |