xsl-list
[Top] [All Lists]

Re: By Using concat substring-after?

2005-10-30 05:22:41
Hi Shailesh,

As with substring-after, you have substring-before.

<xsl:value-of 
select="concat(substring-before(substring-after(@fileloc,'/xml/),'.xml'),'.htm')"/>

Regards,
Ragulf Pickaxe :-)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--