--- mathmlc2p.xsl	2005-07-08 17:11:09.000000000 -0500
+++ mathmlc2p-9.xsl	2005-07-08 17:20:20.000000000 -0500
@@ -1486,6 +1486,26 @@
 </mrow>
 </xsl:template>
 
+<!-- lowlimit -->
+<xsl:template match="m:lowlimit">
+  <xsl:apply-templates select="*"/>
+</xsl:template>
+
+<!-- uplimit -->
+<xsl:template match="m:uplimit">
+  <xsl:apply-templates select="*"/>
+ </xsl:template>
+
+<!-- bvar -->
+<xsl:template match="m:bvar">
+  <xsl:apply-templates select="*"/>
+</xsl:template>
+  
+<!-- degree -->
+<xsl:template match="m:degree">
+  <xsl:apply-templates select="*"/>
+</xsl:template>
+
 <!-- divergence -->
 <xsl:template match="m:apply[*[1][self::m:divergence]]">
 <mrow>
@@ -2336,6 +2356,11 @@
 </mrow>
 </xsl:template>
 
+<!-- logbase -->
+<xsl:template match="m:logbase">
+  <xsl:apply-templates select="*"/>
+</xsl:template>
+
 <!-- #################### 4.4.9 #################### -->
 
 <!-- mean -->

