Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.92 and 1.93

version 1.92, 2003/07/21 12:35:15 version 1.93, 2003/08/25 10:55:30
Line 758  Element         PutInContent (char *ChrS Line 758  Element         PutInContent (char *ChrS
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    UnknownXhtmlNameSpace    UnknownXhtmlNameSpace
    The element doesn't belong to a supported namespace    The element doesn't belong to a supported namespace
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void               UnknownXhtmlNameSpace (ParserData *context,  void UnknownXhtmlNameSpace (ParserData *context, Element *unknownEl,
                                           Element *unknownEl,                              char* content)
                                           char* content)  
 {  {
    ElementType     elType;     ElementType     elType;
    Element         elText;     Element         elText;
Line 790  void               UnknownXhtmlNameSpace Line 789  void               UnknownXhtmlNameSpace
    CreateHTMLAttribute     CreateHTMLAttribute
    create an attribute of type attrType for the element el.     create an attribute of type attrType for the element el.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void           CreateHTMLAttribute (Element       el,  void CreateHTMLAttribute (Element       el,
                                     AttributeType attrType,                            AttributeType attrType,
                                     char*         text,                            char*         text,
                                     ThotBool      isInvalid,                            ThotBool      isInvalid,
                                     Document      doc,                            Document      doc,
                                     Attribute    *lastAttribute,                            Attribute    *lastAttribute,
                                     Element      *lastAttrElement)                            Element      *lastAttrElement)
        
 {  {
    int         attrKind;     int         attrKind;
    int         length;     int         length;

Removed from v.1.92  
changed lines
  Added in v.1.93


Webmaster