Loading tei2html.xsl +5 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading Loading
tei2html.xsl +5 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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> Loading