Changeset 612

Show
Ignore:
Timestamp:
02/14/07 23:59:02 (2 years ago)
Author:
thomase
Message:

Properly collect name for description when the type is "false".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • system/trunk/data/geoentities/xslt/calc_Description.xsl

    r611 r612  
    4545        <xsl:choose> 
    4646            <xsl:when test="$geoEntityType = 'unlocated'">An ancient place that cannot now be located with certainty</xsl:when> 
    47             <xsl:when test="$geoEntityType = 'false'"><xsl:apply-templates select="//featureName[1]/transliteration/text()"/> is a false geographic name<xsl:if test="//featureName[1]/classificationSection/note"> (<xsl:apply-templates select="//featureName[1]/classificationSection/note/text()"/>)</xsl:if></xsl:when> 
     47            <xsl:when test="$geoEntityType = 'false'"><xsl:apply-templates select="//name[1]/transliteration/text()"/> is a false geographic name<xsl:if test="//name[1]/classificationSection/note"> (<xsl:apply-templates select="//name[1]/classificationSection/note/text()"/>)</xsl:if></xsl:when> 
    4848            <xsl:otherwise>An ancient <xsl:value-of select="$geoEntityType"/></xsl:otherwise> 
    4949        </xsl:choose>