Diff for /Amaya/amaya/fetchXMLname.c between versions 1.34 and 1.35

version 1.34, 2000/12/27 14:36:29 version 1.35, 2000/12/28 10:48:24
Line 21 Line 21
 #include "GraphMLnames.h"  #include "GraphMLnames.h"
 #include "XLinknames.h"  #include "XLinknames.h"
   
 /* define a pointer to let other parser functions access the local table */  /* define some pointers to let other parser functions access the local table */
 int               HTML_ENTRIES = (sizeof(XHTMLElemMappingTable) / sizeof(ElemMapping));  int               HTML_ENTRIES = (sizeof(XHTMLElemMappingTable) / sizeof(ElemMapping));
 ElemMapping      *pHTMLGIMapping = XHTMLElemMappingTable;  ElemMapping      *pHTMLGIMapping = XHTMLElemMappingTable;
 AttributeMapping *pHTMLAttributeMapping = XHTMLAttributeMappingTable;  AttributeMapping *pHTMLAttributeMapping = XHTMLAttributeMappingTable;
   
   XmlEntity        *pXhtmlEntityTable = XhtmlEntityTable;
   XmlEntity        *pMathEntityTable = MathEntityTable;
   
 #include "fetchXMLname_f.h"  #include "fetchXMLname_f.h"
   

Removed from v.1.34  
changed lines
  Added in v.1.35


Webmaster