Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.155 and 1.156

version 1.155, 2002/07/05 17:52:30 version 1.156, 2002/07/16 13:51:34
Line 2090  static void SetScriptShift (Element el, Line 2090  static void SetScriptShift (Element el,
    MathMLElementComplete     MathMLElementComplete
    Check the Thot structure of the MathML element el.     Check the Thot structure of the MathML element el.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void      MathMLElementComplete (Element el, Document doc, int *error)  void      MathMLElementComplete (ParserData *context, Element el, int *error)
 {  {
      Document             doc;   
    ElementType          elType, parentType;     ElementType          elType, parentType;
    Element              child, parent, new, prev, next;     Element              child, parent, new, prev, next;
    AttributeType        attrType;     AttributeType        attrType;
Line 2101  void      MathMLElementComplete (Element Line 2102  void      MathMLElementComplete (Element
   
    ok = TRUE;     ok = TRUE;
    *error = 0;     *error = 0;
      doc = context->doc;
    elType = TtaGetElementType (el);     elType = TtaGetElementType (el);
    MathMLSSchema = GetMathMLSSchema (doc);     MathMLSSchema = GetMathMLSSchema (doc);
   

Removed from v.1.155  
changed lines
  Added in v.1.156


Webmaster