You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/02 17:53:07 UTC

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

hammant     02/04/02 07:53:07

  Modified:    src/documentation/stylesheets docbook2body.xsl
                        document2docbook.xsl
  Log:
  authors back again.
  
  Revision  Changes    Path
  1.10      +7 -7      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- docbook2body.xsl	2 Apr 2002 11:40:16 -0000	1.9
  +++ docbook2body.xsl	2 Apr 2002 15:53:06 -0000	1.10
  @@ -40,15 +40,15 @@
           <p>
             <xsl:for-each select="//authorgroup/author">
               <xsl:choose>
  -              <xsl:when test="position()=1">by</xsl:when>
  +              <xsl:when test="position()=1">by&nbsp;</xsl:when>
                 <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>
  -            <xsl:if test="firstname"><xsl:value-of select="firstname"/> </xsl:if>
  -            <xsl:value-of select="surname"/>
  -          </a>
  +            <a href="mailto:{address/email}">
  +              <xsl:if test="honorific"><xsl:value-of select="honorific"/>. </xsl:if>
  +              <xsl:if test="firstname"><xsl:value-of select="firstname"/> </xsl:if>
  +              <xsl:value-of select="surname"/>
  +            </a>
  +          </xsl:for-each>          
           </p>
         </font>
   
  
  
  
  1.6       +1 -1      jakarta-avalon/src/documentation/stylesheets/document2docbook.xsl
  
  Index: document2docbook.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/stylesheets/document2docbook.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- document2docbook.xsl	11 Sep 2001 16:41:35 -0000	1.5
  +++ document2docbook.xsl	2 Apr 2002 15:53:06 -0000	1.6
  @@ -7,7 +7,7 @@
       <article>
         <articleinfo>
           <authorgroup>
  -          <xsl:for-each select="header/person">
  +          <xsl:for-each select="header/authors/person">
               <author>
                 <firstname><xsl:value-of select="@name"/></firstname>
                 <address><email><xsl:value-of select="@email"/></email></address>
  
  
  

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