5.2 Dirt Lines

Can they be removed earlier at the latex pass?

<..tbody dirt templates..>
 <xsl:template match=" row[
   (count(child::entry) = 1)
  and
   ( normalize-space(child::entry[1]/child::para[1]/child::comment())
     = ’dirt’
   )
 ]">
 </xsl:template>
-_-_-