rubys       01/08/28 15:41:21

  Modified:    proposal/gump/stylesheet build.xsl jakarta.xsl
  Log:
  Correct titles and paths...
  
  Revision  Changes    Path
  1.22      +1 -1      jakarta-alexandria/proposal/gump/stylesheet/build.xsl
  
  Index: build.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/build.xsl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xsl 2001/08/28 16:15:38     1.21
  +++ build.xsl 2001/08/28 22:41:21     1.22
  @@ -301,7 +301,7 @@
             </xsl:when>
   
             <xsl:when test="@path">
  -            <property name="{$name}" value="$srcdir/{@path}" type="path"/>
  +            <property name="{$name}" value="{$srcdir}/{@path}" type="path"/>
             </xsl:when>
   
             <xsl:otherwise>
  
  
  
  1.8       +1 -1      jakarta-alexandria/proposal/gump/stylesheet/jakarta.xsl
  
  Index: jakarta.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/jakarta.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jakarta.xsl       2001/08/28 16:15:38     1.7
  +++ jakarta.xsl       2001/08/28 22:41:21     1.8
  @@ -70,7 +70,7 @@
                 <table border="0" cellspacing="0" cellpadding="2" width="100%">
                   <tr>
                     <td class="title">
  -                    <xsl:apply-templates select="title"/>
  +                    <xsl:apply-templates select="title/*|title/text()"/>
                     </td>
                   </tr>
                 </table>
  
  
  

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

Reply via email to