Shouldn't that be...

   -    <xsl:variable name="work"
select="translate($string,'(){&amp;#',';;;;;')"/>
   +    <xsl:variable name="work"
   +      select="translate($string,'(){&amp;#&quot;',';;;;;;')"/>

        <xsl:choose>
          <xsl:when test="contains($work,';')">

?

John.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 20 March 2001 12:48 am
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-alexandria/proposal/gump/stylesheet
> bash.xsl
>
>
> rubys       01/03/19 16:47:30
>
>   Modified:    proposal/gump/stylesheet bash.xsl
>   Log:
>   Escape quotes
>
>   Revision  Changes    Path
>   1.15      +2 -1
> jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
>
>   Index: bash.xsl
>   ===================================================================
>   RCS file:
> /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
>   retrieving revision 1.14
>   retrieving revision 1.15
>   diff -u -r1.14 -r1.15
>   --- bash.xsl        2001/03/11 15:25:05     1.14
>   +++ bash.xsl        2001/03/20 00:47:29     1.15
>   @@ -610,7 +610,8 @@
>      <xsl:template name="escape">
>        <xsl:param name="string"/>
>
>   -    <xsl:variable name="work"
> select="translate($string,'(){&amp;#',';;;;;')"/>
>   +    <xsl:variable name="work"
>   +      select="translate($string,'(){&amp;#"',';;;;;;')"/>
>
>        <xsl:choose>
>          <xsl:when test="contains($work,';')">
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to