Hello, [EMAIL PROTECTED]

    I've found xsl/common.xsl contains template for collaborators
list, but seems, that it is abandoned. There is only one <collab>
in contributors.ent and it seems to be a hack. Are there any
modifications planned for <collab>? Should I delete that deprecated
template or think about some idea that stands behind this situation?
Maybe I can work out a better solution?

---[cut common.xsl]
<!-- for the list of TRANSLATORS -->
<xsl:template match="collab" mode="titlepage.mode">
  <xsl:choose>
    <xsl:when test="position()=last()">
      <xsl:apply-templates/>
    </xsl:when>
    <xsl:when test="position() &gt; 1">
      <xsl:apply-templates/><xsl:text>, </xsl:text>
    </xsl:when>
    <xsl:otherwise></xsl:otherwise>
  </xsl:choose>
</xsl:template>

<xsl:template match="collabname">
  <xsl:apply-templates/>
</xsl:template>
---[cut common.xsl]


---[cut contributors.ent]
   <!-- This is not too nice, but works -->
   <collab>
    <collabname>
     <link linkend="contributors">&AndSeveralOthers;</link>
    </collabname>
   </collab>
---[cut contributors.ent]


t
-- 
--[ http://wiki.phpdoc.info/DocLinks ]--

Reply via email to