Horde_SyncMl_Device_sync4j::useCdataTag PHP Method

useCdataTag() public method

The Funambol Sync4j client chokes on the cdata so for this device it has to be set to false. Syn4j uses base64 encoding and so the problems with escaping does not occur.
public useCdataTag ( )
    public function useCdataTag()
    {
        return false;
    }