Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.90 and 1.91

version 1.90, 2000/11/14 11:16:48 version 1.91, 2000/11/22 15:52:59
Line 369  static AttrValueMapping MathMLAttrValueM Line 369  static AttrValueMapping MathMLAttrValueM
    attribute of name Attr and returns the corresponding Thot attribute type.     attribute of name Attr and returns the corresponding Thot attribute type.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 #ifdef __STDC__  #ifdef __STDC__
 void          MapMathMLAttribute (CHAR_T *attrName, AttributeType *attrType, STRING elementName, Document doc)  void    MapMathMLAttribute (CHAR_T *attrName, AttributeType *attrType,
                               STRING elementName, ThotBool *level, Document doc)
 #else  #else
 void          MapMathMLAttribute (attrName, attrType, elementName, doc)  void    MapMathMLAttribute (attrName, attrType, elementName, level, doc)
 STRING              attrName;  STRING         attrName;
 AttributeType      *attrType;  AttributeType *attrType;
 STRING              elementName;  STRING         elementName;
 Document            doc;  ThotBool      *level;
   Document       doc;
 #endif  #endif
 {  {
   attrType->AttrSSchema = GetMathMLSSchema (doc);    attrType->AttrSSchema = GetMathMLSSchema (doc);
   MapXMLAttribute (MATH_TYPE, attrName, elementName, doc, &(attrType->AttrTypeNum));    MapXMLAttribute (MATH_TYPE, attrName, elementName, level, doc, &(attrType->AttrTypeNum));
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------

Removed from v.1.90  
changed lines
  Added in v.1.91


Webmaster