You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/05/12 19:57:21 UTC

cvs commit: httpd-2.0/docs/manual/style/xsl common.xsl

nd          2004/05/12 10:57:21

  Modified:    docs/manual/style/xsl common.xsl
  Log:
  french is no longer special
  
  Revision  Changes    Path
  1.48      +4 -11     httpd-2.0/docs/manual/style/xsl/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/common.xsl,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -u -r1.47 -r1.48
  --- common.xsl	2 May 2004 22:55:20 -0000	1.47
  +++ common.xsl	12 May 2004 17:57:21 -0000	1.48
  @@ -325,17 +325,10 @@
                       <xsl:attribute name="rel">alternate</xsl:attribute>
                   </xsl:if>
                   <xsl:attribute name="title">
  -                    <xsl:choose>
  -                    <xsl:when test=". != 'fr'"> <!-- no language file avail. -->
  -                        <xsl:value-of select="document(concat('../lang/', .,
  -                                                       '.xml'))
  -                                              /language/messages/message
  -                                              [@id='nativename']" />
  -                    </xsl:when>
  -                    <xsl:otherwise>
  -                        <xsl:text>Fran&#231;ais</xsl:text>
  -                    </xsl:otherwise>
  -                    </xsl:choose>
  +                    <xsl:value-of select="document(concat('../lang/', .,
  +                                                   '.xml'))
  +                                          /language/messages/message
  +                                          [@id='nativename']" />
                   </xsl:attribute>
   
                   &nbsp;