Changeset 1063
- Timestamp:
- 08/23/07 11:25:28 (1 year ago)
- Files:
-
- BibIt/trunk/searchforit.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/searchforit.xsl
r1060 r1063 20 20 <xsl:choose> 21 21 <xsl:when test="mods:identifier[@type='isbn']"> 22 <xsl:variable name="isbn"><xsl:value-of select="mods:identifier[@type='isbn'] "/></xsl:variable>22 <xsl:variable name="isbn"><xsl:value-of select="mods:identifier[@type='isbn'][1]"/></xsl:variable> 23 23 <li><xsl:element name="a"> 24 24 <xsl:attribute name="href">http://books.google.com/books?as_isbn=<xsl:value-of select="$isbn"/></xsl:attribute> … … 32 32 </xsl:when> 33 33 <xsl:when test="mods:identifier[@type='issn']"> 34 <xsl:variable name="issn"><xsl:value-of select="mods:identifier[@type='issn'] "/></xsl:variable>34 <xsl:variable name="issn"><xsl:value-of select="mods:identifier[@type='issn'][1]"/></xsl:variable> 35 35 <li><xsl:element name="a"> 36 36 <xsl:attribute name="href">http://www.google.com/search?as_epq=<xsl:value-of select="$readytitle"/></xsl:attribute>
