Changeset 944

Show
Ignore:
Timestamp:
08/09/07 07:01:12 (1 year ago)
Author:
thomase
Message:

Refactoring to take a modular approach, with many enhancements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BibIt/trunk/getbesttitle.xsl

    r869 r944  
    88                <xsl:value-of select="mods:titleInfo[@type='abbreviated'][1]/mods:title" /> 
    99            </xsl:when> 
     10            <xsl:when test="mods:titleInfo[@type='uniform']"> 
     11                <xsl:value-of select="mods:titleInfo[@type='uniform'][1]/mods:title" /> 
     12            </xsl:when> 
    1013            <xsl:otherwise> 
    11                 <xsl:value-of select="mods:titleInfo[@type='uniform']/mods:title" /> 
     14                <xsl:value-of select="mods:titleInfo[1]/mods:title"/> 
    1215            </xsl:otherwise> 
    1316        </xsl:choose>