Changeset 944
- Timestamp:
- 08/09/07 07:01:12 (1 year ago)
- Files:
-
- BibIt/trunk/README.txt (added)
- BibIt/trunk/TODO.txt (added)
- BibIt/trunk/copy-this.xsl (added)
- BibIt/trunk/escaper.xsl (added)
- BibIt/trunk/filterstopwords.xsl (added)
- BibIt/trunk/getbesttitle.xsl (modified) (1 diff)
- BibIt/trunk/makenewid.xsl (added)
- BibIt/trunk/mods-3-2.xsd (added)
- BibIt/trunk/mods-fix-citations.xsl (added)
- BibIt/trunk/mods-fix-dates.xsl (added)
- BibIt/trunk/mods-fix-lang.xsl (added)
- BibIt/trunk/mods-makeshorttitle.xsl (added)
- BibIt/trunk/mods-munging.xpr (added)
- BibIt/trunk/mods-newid.xsl (added)
- BibIt/trunk/mods-sort.xsl (added)
- BibIt/trunk/mods2html.xsl (added)
- BibIt/trunk/modscoins.xsl (added)
- BibIt/trunk/modsdetails.xsl (added)
- BibIt/trunk/smarttrunc.xsl (added)
- BibIt/trunk/test-makenewid.xml (added)
- BibIt/trunk/test-makenewid.xsl (added)
- BibIt/trunk/test-makeshorttitle.xml (added)
- BibIt/trunk/test-smarttrunc.xml (added)
- BibIt/trunk/test-smarttrunc.xsl (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/getbesttitle.xsl
r869 r944 8 8 <xsl:value-of select="mods:titleInfo[@type='abbreviated'][1]/mods:title" /> 9 9 </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> 10 13 <xsl:otherwise> 11 <xsl:value-of select="mods:titleInfo[ @type='uniform']/mods:title"/>14 <xsl:value-of select="mods:titleInfo[1]/mods:title"/> 12 15 </xsl:otherwise> 13 16 </xsl:choose>
