Subject: RE: only two chars after a slash
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 13 Apr 2005 21:13:04 +0100
|
concat(
substring-before($x, '/'),
'/',
substring(substring-after($x, '/'), 1, 2)
)
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: henry human [mailto:henry_human@xxxxxxxx]
> Sent: 13 April 2005 20:57
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: only two chars after a slash
>
> Hello,
> example: text/ABCDEF
> how could i get only two chars after slash
> to be like this: text/AB
> ?
>
>
>
>
>
>
>
>
> ___________________________________________________________
> Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos
> - Hier anmelden: http://mail.yahoo.de
|