- Timestamp:
- 02/15/10 12:16:06 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/academic/gen/_od/transf/metaData/infoBin@creditData.xsl
r723 r1664 17 17 18 18 <xsl:template match="sp:cpyrgt"><xsl:if test="preceding-sibling::sp:cc"><xsl:text>, </xsl:text></xsl:if><xsl:value-of select="normalize-space(.)"/></xsl:template> 19 20 <xsl:template match="sp:dc"><xsl:if test="preceding-sibling::sp:cc or preceding-sibling::sp:cpyrgt"><xsl:text>, </xsl:text></xsl:if> 21 <xsl:for-each select=".//sp:auth | .//sp:cont | .//sp:date"> 22 <xsl:if test="count(preceding-sibling::*[name()='sp:auth' or name()='sp:cont' or name()='sp:date' ])>0">, </xsl:if><xsl:value-of select="."/> 23 </xsl:for-each> 24 </xsl:template> 25 19 26 20 <xsl:template match="*"/> 27 21
Note: See TracChangeset
for help on using the changeset viewer.