Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.51 and 1.52

version 1.51, 2001/09/17 13:19:40 version 1.52, 2001/09/18 15:12:53
Line 827  Element         PutInContent (char *ChrS Line 827  Element         PutInContent (char *ChrS
 void               UnknownXhtmlNameSpace (ParserData *context, char* content)  void               UnknownXhtmlNameSpace (ParserData *context, char* content)
 {  {
    ElementType     elType;     ElementType     elType;
    AttributeType   attrType;  
    Element         elInv, elText;     Element         elInv, elText;
    Attribute       attr;  
   
    /* Create a new Invalid_element */     /* Create a new Invalid_element */
    elType.ElSSchema = GetXMLSSchema (XHTML_TYPE, context->doc);     elType.ElSSchema = GetXMLSSchema (XHTML_TYPE, context->doc);
Line 1198  void EndOfHTMLAttributeValue (char *attr Line 1196  void EndOfHTMLAttributeValue (char *attr
   int             length;    int             length;
   int             attrKind;    int             attrKind;
   ThotBool        done = FALSE;    ThotBool        done = FALSE;
   ThotBool        level;  
   
   /* treatments of some particular HTML attributes */    /* treatments of some particular HTML attributes */
   if (!strcmp (lastMappedAttr->XMLattribute, "style"))    if (!strcmp (lastMappedAttr->XMLattribute, "style"))

Removed from v.1.51  
changed lines
  Added in v.1.52


Webmaster