Re: [xsl] apostrophe in paramter causing output problems

Subject: Re: [xsl] apostrophe in paramter causing output problems
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 15 Aug 2001 18:04:31 -0600 (MDT)
Uronis, Jeremy wrote:
> 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"

Keep experimenting :) What you did was translate all T's, h's, i's, and
s's in $Description to T's, h's, a's, and t's, respectively.

   - Mike
____________________________________________________________________________
  mike j. brown, fourthought.com  |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

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


Current Thread