1 Outline

<..xhtmml.4xt..>
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
 <!-- xhtmml.4xt (2014-05-24-12:32), generated from tex4ht-xhtmml-xtpipes.tex
      Copyright (C) 2009-2010 TeX Users Group
      Copyright (C) 2008-2009 Eitan M. Gurari
 <.TeX4ht copyright.> -->
 <xtpipes preamble="yes" signature="xhtmml.4xt (2014-05-24-12:32)">
    <sax content-handler="xtpipes.util.ScriptsManager"
         lexical-handler="xtpipes.util.ScriptsManagerLH" >
      <.p script.>
      <.li script.>
      <.table script.>
      <.mrow script.>
      <.math script.>
      <.mstyle script.>
    </sax>
 </xtpipes>
-_-_-

<..XhtmmlUtilities.java..>
 package tex4ht;
 /* XhtmmlUtilities.java (2014-05-24-12:32), generated from tex4ht-xhtmml-xtpipes.tex
    Copyright (C) 2009-2010 TeX Users Group
    Copyright (C) 2008-2009 Eitan M. Gurari
 <.TeX4ht copyright.> */
 
 import org.w3c.dom.*;
 public class XhtmmlUtilities {
   <.static void p(dom).>
   <.static void li(dom).>
   <.static void table(dom).>
   <.static void mrow(dom).>
   <.static void math(dom).>
   <.void barsIntoFenced(dom).>
   <.void digitsIntoNumbers(dom).>
 }
-_-_-

<..mrow script..>
 <script element="mrow" >
    <dom name="." xml="." method="mrow" class="tex4ht.XhtmmlUtilities" />
 </script>
-_-_-

<..static void mrow(dom)..>
 public static void mrow(Node dom) {
    barsIntoFenced( dom );
    digitsIntoNumbers( dom );
 }
-_-_-

<..math script..>
 <script element="math" >
    <dom name="." xml="." method="math" class="tex4ht.XhtmmlUtilities" />
    <.math-mstyle script.>
 </script>
-_-_-

<..static void math(dom)..>
 public static void math(Node dom) {
    barsIntoFenced( dom );
    digitsIntoNumbers( dom );
 }
-_-_-