RE: Search and Replace in XSLT

Subject: RE: Search and Replace in XSLT
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Fri, 11 Aug 2000 11:45:41 +0100
David Carlise wrote:

> <xsl:template match="img">
>  <img src="{@src}" />
>  <xsl:element name="translate(@alt,'[]','')"/>
> </xsl:template>

And just to be picky - make sure that you put in curly brackets to make it
an attribute value template...

Ben


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


Current Thread