| commit | 33d1128df37356fe3cabc131dd0cfb8625b317a2 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Apr 19 19:22:16 2024 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Apr 19 19:22:16 2024 +0200 |
| tree | 9414029856e2b61619824598db6aa14c8d52bd60 | |
| parent | ad1f3b88b480425a145f95a257d42b111281a554 [diff] |
Resolve hi priorities in pass3
diff --git a/xslt/pass3.xsl b/xslt/pass3.xsl index ce825e6..16c6b40 100644 --- a/xslt/pass3.xsl +++ b/xslt/pass3.xsl
@@ -12,7 +12,7 @@ <xsl:template match="idsDoc[not(normalize-space(.//body))]"/> <xsl:template match="idsText[not(normalize-space(.//body))]"/> - <xsl:template match="hi[parent::div]"> + <xsl:template match="hi[parent::div]" priority="0.6"> <p> <xsl:apply-templates/> </p>