<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' >
    <!--  include this file to set topic title for topic page   -->
    <xsl:variable name="topic-title">
        <xsl:choose>
            <!-- bible -->
            <xsl:when test="$topic-id='1'" ><xsl:value-of select="$topic-1"/></xsl:when>
            <!-- church growth -->
            <xsl:when test="$topic-id='2'" ><xsl:value-of select="$topic-2"/></xsl:when>
            <!-- community development -->
            <xsl:when test="$topic-id='3'" ><xsl:value-of select="$topic-3"/></xsl:when>
            <!-- culture -->
            <xsl:when test="$topic-id='4'" ><xsl:value-of select="$topic-4"/></xsl:when>
            <!-- discipleship -->
            <xsl:when test="$topic-id='5'" ><xsl:value-of select="$topic-5"/></xsl:when>
            <!-- sharing good news -->
            <xsl:when test="$topic-id='6'" ><xsl:value-of select="$topic-6"/></xsl:when>
            <!-- health -->
            <xsl:when test="$topic-id='7'" ><xsl:value-of select="$topic-7"/></xsl:when>
            <!-- language -->
            <xsl:when test="$topic-id='8'" ><xsl:value-of select="$topic-8"/></xsl:when>
            <!-- literacy -->
            <xsl:when test="$topic-id='9'" ><xsl:value-of select="$topic-9"/></xsl:when>
            <!-- media -->
            <xsl:when test="$topic-id='10'" ><xsl:value-of select="$topic-10"/></xsl:when>
            <!-- mission -->
            <xsl:when test="$topic-id='11'" ><xsl:value-of select="$topic-11"/></xsl:when>
            <!-- multilingual education -->
            <xsl:when test="$topic-id='12'" ><xsl:value-of select="$topic-12"/></xsl:when>
            <!-- music -->
            <xsl:when test="$topic-id='13'" ><xsl:value-of select="$topic-13"/></xsl:when>
            <!-- orality -->
            <xsl:when test="$topic-id='14'" ><xsl:value-of select="$topic-14"/></xsl:when>
            <!-- partnership -->
            <xsl:when test="$topic-id='15'" ><xsl:value-of select="$topic-15"/></xsl:when>
            <!-- personal stories -->
            <xsl:when test="$topic-id='16'" ><xsl:value-of select="$topic-16"/></xsl:when>
            <!-- prayer -->
            <xsl:when test="$topic-id='17'" ><xsl:value-of select="$topic-17"/></xsl:when>
            <!-- scripture dedications -->
            <xsl:when test="$topic-id='18'" ><xsl:value-of select="$topic-18"/></xsl:when>
            <!-- scripture use -->
            <xsl:when test="$topic-id='19'" ><xsl:value-of select="$topic-19"/></xsl:when>
            <!-- sign languages -->
            <xsl:when test="$topic-id='20'" ><xsl:value-of select="$topic-20"/></xsl:when>
            <!-- technology -->
            <xsl:when test="$topic-id='21'" ><xsl:value-of select="$topic-21"/></xsl:when>
            <!-- training -->
            <xsl:when test="$topic-id='22'" ><xsl:value-of select="$topic-22"/></xsl:when>
            <!-- transformation -->
            <xsl:when test="$topic-id='23'" ><xsl:value-of select="$topic-23"/></xsl:when>
            <!-- translation -->
            <xsl:when test="$topic-id='24'" ><xsl:value-of select="$topic-24"/></xsl:when>
            <!-- transportation -->
            <xsl:when test="$topic-id='25'" ><xsl:value-of select="$topic-25"/></xsl:when>
            <!-- worship -->
            <xsl:when test="$topic-id='26'" ><xsl:value-of select="$topic-26"/></xsl:when>
            <!-- scripture need -->
            <xsl:when test="$topic-id='27'" ><xsl:value-of select="$topic-27"/></xsl:when>
            <!-- social issues -->
            <xsl:when test="$topic-id='28'" ><xsl:value-of select="$topic-28"/></xsl:when>
            
        </xsl:choose>
    </xsl:variable>
    
 
</xsl:stylesheet>
