[Expat-discuss] CRLF conversion question

Armin Bauer armin.bauer at desscon.com
Tue Sep 7 15:16:57 CEST 2004


Hi,

i dont know if this is the right list to ask or if expat is responsible
for this bug. Sorry if its the wrong list.

Im working on multisync, which uses syncml. i have to send VCARD data
over syncml. A vcard looks like this:

BEGIN:VCARD\r\n...

It is stored in a cdata object and is then converted to wbxml. Somewhere
along the conversion, the vcard gets crippled to

BEGIN:VCARD\n...

and im suspecting either expat or the wbxml library responsible for this
:)

Is this a known bug and is there anything i can do about this?

Armin



More information about the Expat-discuss mailing list