I would like to propose the attached file as a patch for building the
blamelogs as part of alexandria.

Thanks,
Joe.


--- blame.kull.xsl.orig Fri Aug 17 16:42:46 2001
+++ blame.kull.xsl      Fri Aug 17 16:34:53 2001
@@ -24,8 +24,15 @@
     <xsl:if test="position()&lt;$limit+1">
       <xsl:copy>
         <xsl:apply-templates select="@*"/>
+        <xsl:apply-templates select="msg"/>
       </xsl:copy>
     </xsl:if>
+  </xsl:template>
+
+  <xsl:template match="msg">
+      <xsl:copy>
+        <xsl:apply-templates select="@*"/>
+      </xsl:copy>
   </xsl:template>
 
   <xsl:template match="@*|*">

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to