This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: seperating alphanumeric string in two preferably using fxsl




><xsl:value-of select="translate($value, '%acdegHikmnprstxz', '')" />
> <xsl:value-of select="translate($value, '0123456789.', '')" />
 damn I never even thought of that. I always think of translate() as
something to toggle between caps and lower-case
thanks Santtu,


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]