You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2001/11/26 16:45:17 UTC

cvs commit: jakarta-avalon/src/documentation/stylesheets docbook2body.xsl

bloritsch    01/11/26 07:45:17

  Modified:    src/documentation/stylesheets docbook2body.xsl
  Log:
  fix doc building
  
  Revision  Changes    Path
  1.6       +2 -1      jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl
  
  Index: docbook2body.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- docbook2body.xsl	2001/11/23 21:28:10	1.5
  +++ docbook2body.xsl	2001/11/26 15:45:17	1.6
  @@ -43,7 +43,8 @@
             <xsl:for-each select="//authorgroup/author">
               <xsl:choose>
                 <xsl:when test="position()=1">by</xsl:when>
  -              <xsl:default>, </xsl:default>
  +              <xsl:otherwise>, </xsl:otherwise>
  +            </xsl:choose>
             </xsl:for-each>
             <a href="mailto:{address/email}">
               <xsl:if test="honorific"><xsl:value-of select="honorific"/>. </xsl:if>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>