highlight items
This commit is contained in:
parent
043b9e0a87
commit
af97248ef5
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:function>
|
</xsl:function>
|
||||||
|
|
||||||
|
<xsl:template match="abv:mark">
|
||||||
|
<mark>
|
||||||
|
<xsl:next-match/>
|
||||||
|
</mark>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="tei:entry">
|
<xsl:template match="tei:entry">
|
||||||
<xsl:variable name="entry-id" select="@xml:id"/>
|
<xsl:variable name="entry-id" select="@xml:id"/>
|
||||||
<xsl:element name="article">
|
<xsl:element name="article">
|
||||||
|
|
Loading…
Add table
Reference in a new issue