1.1 Math

<..oo-math.4xt..>
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
 <!-- oo-math.4xt (2014-05-24-11:53), generated from tex4ht-oo-xtpipes.tex
      Copyright (C) 2009-2013 TeX Users Group
      Copyright (C) 2006-2009 Eitan M. Gurari
 <.TeX4ht copyright.> -->
 <xtpipes preamble="yes" signature="oo-math.4xt (2014-05-24-11:53)">
    <sax content-handler="xtpipes.util.ScriptsManager,tex4ht.OomFilter"
         lexical-handler="xtpipes.util.ScriptsManagerLH" >
       <script element="math:mtable" >
          <.normalizing math tables.>
       </script>
       <script element="math:math" >
          <.handle mo elements.>
          <.handle mrow elements.>
          <.handle mspace elements.>
       </script>
    </sax>
 </xtpipes>
-_-_-

<..handle mspace elements..>
 <set name="math:mspace" >
    <.open mml xslt script.>
    <.math:mspace templates.>
    <.close xslt script.>
 </set>
 <xslt name="." xml="." xsl="math:mspace" />
-_-_-

<..math:mspace templates..>
 <xsl:template match="math:mspace" >
   <math:mtext>
      <xsl:text> </xsl:text>
   </math:mtext>
 </xsl:template>
-_-_-