[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] translate (string, ''' , '''' )
Subject: RE: [xsl] translate (string, ''' , '''' )
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 5 Mar 2001 21:11:09 -0000
|
> <xsl:variable name="q">'</xsl:variable>
> <xsl:value-of select="translate(/Legende,$q,concat($q,$q))" />
No, I think he wants to replace one character by two, which you can't do
with translate().
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|