Ignore:
Timestamp:
02/15/10 12:16:06 (2 years ago)
Author:
anp
Message:

cleanup transfs liés au basculement de dc dans opaleSup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/_od/transf/metaData/infoBin@creditData.xsl

    r723 r1664  
    1717         
    1818        <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' ])&gt;0">, </xsl:if><xsl:value-of select="."/> 
    23                 </xsl:for-each> 
    24         </xsl:template> 
    25          
     19                 
    2620        <xsl:template match="*"/> 
    2721         
Note: See TracChangeset for help on using the changeset viewer.