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>