4.1 Outline

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

<..static void li(dom)..>
 public static void li(Node dom) {
    Node liNode = dom.getFirstChild();
    Node liChild;
    boolean hasBlock = false, hasInline = false;
    <.hasBlock, hasInline := exist in li?.>
    if( hasBlock && hasInline ){
       <.p := inline code.>
       <.insert p node as first child.>
    }
 }
-_-_-