2009/6/7 Jérôme Laheurte <[email protected]>: > 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.
OK. > Would an underscore instead of "-" and "." do the trick ? According to http://www.w3.org/TR/2008/REC-xml-20081126/#NT-Name both "-" and "." are allowed name characters :-( Guess we hit a bug in ElementTree. I'll try with underscores. Cheers, Frank
