Diff for /Amaya/amaya/styleparser.c between versions 1.222 and 1.223

version 1.222, 2003/08/28 13:34:05 version 1.223, 2003/08/29 11:06:13
Line 5045  static char *ParseGenericSelector (char Line 5045  static char *ParseGenericSelector (char
         {          {
           /* get the element type of this name in the current document */            /* get the element type of this name in the current document */
           if (xmlType == XML_TYPE)            if (xmlType == XML_TYPE)
             /* it's a generic XML document */              /* it's a generic XML document. Check the main document schema */
             {              {
               elType.ElSSchema = TtaGetDocumentSSchema (doc);                elType.ElSSchema = TtaGetDocumentSSchema (doc);
               TtaGetXmlElementType (names[i], &elType, &mappedName, doc);                TtaGetXmlElementType (names[i], &elType, &mappedName, doc);

Removed from v.1.222  
changed lines
  Added in v.1.223


Webmaster