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]

Reply via email to