--- mathmlc2p.xsl	2005-07-08 16:06:43.000000000 -0500
+++ mathmlc2p-8.xsl	2005-07-08 16:43:24.000000000 -0500
@@ -613,7 +613,7 @@
     <xsl:otherwise> <!-- if there are no bvars-->
       <mo>min</mo>
       <mrow><mo>{</mo>
-      <mfenced open="" close=""><xsl:apply-templates select="*[not(self::m:condition)]"/></mfenced>
+      <mfenced open="" close=""><xsl:apply-templates select="*[not(self::m:condition) and not(self::m:min)]"/></mfenced>
       <xsl:if test="m:condition">
         <mo>|</mo><xsl:apply-templates select="m:condition"/>
       </xsl:if>
@@ -647,7 +647,7 @@
     <xsl:otherwise> <!-- if there are no bvars-->
       <mo>max</mo>
       <mrow><mo>{</mo>
-        <mfenced open="" close=""><xsl:apply-templates select="*[not(self::m:condition)]"/></mfenced>
+        <mfenced open="" close=""><xsl:apply-templates select="*[not(self::m:condition) and not(self::m:max)]"/></mfenced>
         <xsl:if test="m:condition">
           <mo>|</mo><xsl:apply-templates select="m:condition"/>
         </xsl:if>

