Hi Jérôme,
I turned on newlines in the XML in version 0.72.9 but that causes
issues with the SyncML config part of the XML. Apparently, you're
using the GUID as part of the tagname, using "-" and "." as
separators. However, it seems that the XML writer thinks it has to
insert newlines after a "-" or ".". But then parsing the XML chokes on
"invalid characters". Is there any specific reason why the GUID needs
to be included in the tag names? Isn't the GUID unique for the task
file?
<syncml>
<TaskCoach-0000011d209a4b6c3f9f7c32000a00b100240032>
<spds>
<sources>
<TaskCoach-0000011d209a4b6c3f9f7c32000a00b100240032.Tasks/>
<TaskCoach-0000011d209a4b6c3f9f7c32000a00b100240032.Notes/>
</sources>
<syncml>
<Auth/>
<Conn/>
</syncml>
</spds>
</TaskCoach-0000011d209a4b6c3f9f7c32000a00b100240032>
</syncml>
<guid>
0000011d209a4b6c3f9f7c32000a00b100240032
</guid>