Changeset 642
- Timestamp:
- 02/27/07 13:59:59 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
system/trunk/data/geoentities/xslt/calc_Description.xsl
r612 r642 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="//name[1]/ transliteration/text()"/> is a false geographicname<xsl:if test="//name[1]/classificationSection/note"> (<xsl:apply-templates select="//name[1]/classificationSection/note/text()"/>)</xsl:if></xsl:when>47 <xsl:when test="$geoEntityType = 'false'"><xsl:apply-templates select="//name[1]/nameString/text()"/> is a false 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>
