static void ApplyEditableAttributes(XmlReader re, IEditable e) { re.MoveToContent(); e.SetEditAttrsFromString(re.ReadString()); }