Changeset 3309

Show
Ignore:
Timestamp:
05/03/08 17:19:39 (4 months ago)
Author:
dgollub
Message:

Remove osync_xmlformat_validate() calls. This should be done within the
OpenSync? framework. Since each call of osync_xmlformat_validate() parsed
the corresponding XSLT schema for each entry. The parsing of the XSLT is
quite complex.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/gnokii-sync/src/gnokii_calendar_format.c

    r2679 r3309  
    287287        g_free(str); 
    288288 
    289         if (osync_xmlformat_validate(xmlformat) == FALSE) 
    290                 osync_trace(TRACE_INTERNAL, "XMLFORMAT EVENT: Not valid!"); 
    291         else 
    292                 osync_trace(TRACE_INTERNAL, "XMLFORMAT EVENT: VAILD"); 
    293  
    294  
    295289        osync_trace(TRACE_EXIT, "%s", __func__);         
    296290        return TRUE; 
  • plugins/gnokii-sync/src/gnokii_contact_format.c

    r2679 r3309  
    209209        g_free(str); 
    210210 
    211         if (osync_xmlformat_validate(xmlformat) == FALSE) 
    212                 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: Not valid!"); 
    213         else 
    214                 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: VAILD"); 
    215  
    216  
    217211        osync_trace(TRACE_EXIT, "%s", __func__);         
    218212        return TRUE;