RE: [xsl] apostrophe in paramter causing output problems

Subject: RE: [xsl] apostrophe in paramter causing output problems
From: "Uronis, Jeremy" <Jeremy.Uronis@xxxxxxxxxxxxx>
Date: Wed, 15 Aug 2001 16:32:34 -0400


>From: Mike Brown [mailto:mike@xxxxxxxx]

>However you have a bigger problem in that you misunderstand how
>translate() works. It works like the Unix 'tr' utility -- it only
>replaces single characters.

>You need a recursive template to do arbitrary string replacement.
>See http://skew.org/xml/stylesheets/replace/ for one such example.
>You'll do this:


im not sure what you mean by this.
when i set $Description to "This This This"
and call

<td>    								
  <input name="txtDescription" size="60"
value='{translate($Description,"This","That")}'/> 
</td>

i get an output of "That That That"


jeremy

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


Current Thread