Changeset 3310

Show
Ignore:
Timestamp:
05/03/08 17:21:52 (3 months ago)
Author:
dgollub
Message:

Removed osync_xmlformat_validate() calls for performance reason.
Calling this requires parsing of the XMLFormat XSLT schema from scratch
for each call, which is quite expensive.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/palm/src/palm_format.c

    r3038 r3310  
    16771677        g_free(str); 
    16781678 
    1679         if (osync_xmlformat_validate(xmlformat) == FALSE) 
    1680                 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: Not valid!"); 
    1681         else 
    1682                 osync_trace(TRACE_INTERNAL, "XMLFORMAT CONTACT: VAILD"); 
    1683  
    1684  
    16851679        osync_trace(TRACE_EXIT, "%s", __func__); 
    16861680        return TRUE;