implemented full-text search
This commit is contained in:
parent
947fe623da
commit
9b42996cef
6 changed files with 203 additions and 15 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
<xsl:template match="abv:mark">
|
||||
<mark>
|
||||
<xsl:next-match/>
|
||||
<xsl:apply-templates/>
|
||||
</mark>
|
||||
</xsl:template>
|
||||
|
||||
|
@ -129,7 +129,8 @@
|
|||
</xsl:element>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="tei:cit[@type='example']/tei:quote">
|
||||
<xsl:template match="tei:cit[@type='example']/tei:quote |
|
||||
tei:cit[@type='example']/abv:mark/tei:quote">
|
||||
<xsl:element name="i">
|
||||
<xsl:attribute name="class">abv-example</xsl:attribute>
|
||||
<xsl:attribute name="lang" select="../@xml:lang"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue