Changeset 612
- Timestamp:
- 02/14/07 23:59:02 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
system/trunk/data/geoentities/xslt/calc_Description.xsl
r611 r612 45 45 <xsl:choose> 46 46 <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> 48 48 <xsl:otherwise>An ancient <xsl:value-of select="$geoEntityType"/></xsl:otherwise> 49 49 </xsl:choose>
