Skip to content
Snippets Groups Projects
Commit 2b5c4d02 authored by Edith Cannet's avatar Edith Cannet
Browse files

change syntax xsl tei2html (lien image, class index)

parent e6db2d80
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,7 @@
<xsl:template match="tei:graphic" mode="panel">
<img>
<xsl:attribute name="src">
<xsl:value-of select="@url"/>
<xsl:value-of select="substring-after(@url,'icono/br/')"/>
</xsl:attribute>
</img>
</xsl:template>
......@@ -650,7 +650,10 @@
<xsl:value-of select="concat('list-style-type:',substring-after(@rendition,'#list-'))"/>
</xsl:variable>
<xsl:element name="{$listType}">
<xsl:attribute name="class" select="concat('index-',@type)"/>
<xsl:attribute name="class">
<xsl:text>index-</xsl:text><xsl:value-of select="@type"/>
</xsl:attribute>
<!-- select="concat('index-',@type)"/>-->
<xsl:attribute name="id" select="@xml:id"/>
<xsl:attribute name="style">
<xsl:choose>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment