Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.147 and 1.148

version 1.147, 2008/02/05 16:12:34 version 1.148, 2008/02/20 11:42:23
Line 1 Line 1
 /*  /*
  *   *
  *  (c) COPYRIGHT INRIA and W3C, 1996-2007   *  (c) COPYRIGHT INRIA and W3C, 1996-2008
  *  Please first read the full copyright statement in file COPYRIGHT.   *  Please first read the full copyright statement in file COPYRIGHT.
  *   *
  */   */
Line 345  void XhtmlElementComplete (ParserData *c Line 345  void XhtmlElementComplete (ParserData *c
   
   elType = TtaGetElementType (el);    elType = TtaGetElementType (el);
   htmlSchema = elType.ElSSchema;    htmlSchema = elType.ElSSchema;
     childType.ElSSchema = NULL;
   isInline = IsXMLElementInline (elType, doc);    isInline = IsXMLElementInline (elType, doc);
   newElType.ElSSchema = elType.ElSSchema;    newElType.ElSSchema = elType.ElSSchema;
   

Removed from v.1.147  
changed lines
  Added in v.1.148


Webmaster