Commit e8188d5a authored by Marie Bisson's avatar Marie Bisson
Browse files

amélioration du traitement des dao

parent f208012c
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -683,16 +683,23 @@
        </tr>
    </xsl:template>


    <xsl:template match="ead:daoloc">
        <figure>
            <img src="{@xlink:href}" alt="IMAGE"/>
            <img src="{@xlink:href}" alt="IMAGE">
            <xsl:attribute name="src">
         <xsl:value-of select="concat($baseuri, $project, '/ui/images/',@xlink:href)"/>
         </xsl:attribute>
            
            </img>
        </figure>
    </xsl:template>

    <xsl:template match="ead:dao">
        <!-- <figure> -->
        <img>
            <xsl:attribute name="src"><xsl:value-of select="@xlink:href"/>
            <xsl:attribute name="src">
            <xsl:value-of select="concat($baseuri, $project, '/ui/images/',@xlink:href)"/>
            </xsl:attribute>
        </img>
        <!-- <desc><xsl:apply-templates select="ead:daodesc/ead:p/node()"/></desc>