Re: Selecting a certain amount of characters with XSL

Subject: Re: Selecting a certain amount of characters with XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 8 Mar 2000 14:08:34 GMT
> What i want to do is to select 1000 characters from the text tag

<xsl:value-of select="(substring(.,1,1000)"/>


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


Current Thread