Le 7 juin 09 à 00:02, Frank Niessink a écrit : > > > 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. >
Ahah, this is what happened! I had to fix my task file by hand :) > 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? > Yes, but I'd rather keep it in the tag name, to stay coherent with the naming conventions of more traditional syncml preferences storage methods. Would an underscore instead of "-" and "." do the trick ?
