Diff for /Amaya/amaya/fetchXMLname.c between versions 1.53 and 1.54

version 1.53, 2001/12/11 16:57:38 version 1.54, 2001/12/11 17:12:57
Line 50  SSchema         GetXHTMLSSchema (Documen Line 50  SSchema         GetXHTMLSSchema (Documen
    return (XHTMLSSchema);     return (XHTMLSSchema);
 }  }
   
 /*----------------------------------------------------------------------charName  /*----------------------------------------------------------------------
    GetMathMLSSchema returns the MathML Thot schema for document doc.     GetMathMLSSchema returns the MathML Thot schema for document doc.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 SSchema         GetMathMLSSchema (Document doc)  SSchema         GetMathMLSSchema (Document doc)
Line 147  SSchema GetXMLSSchema (int XMLtype, Docu Line 147  SSchema GetXMLSSchema (int XMLtype, Docu
     return NULL;      return NULL;
 }  }
   
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
   MapXMLElementType    MapXMLElementType
   Generic function which searchs in the Element Mapping table, selected    Generic function which searchs in the Element Mapping table, selected

Removed from v.1.53  
changed lines
  Added in v.1.54


Webmaster