private void HandleAttributes(PoIAttributes attributes, XElement poi) { var id = new XAttribute("id", attributes.IdAttr); var feedback = new XAttribute("interactionfeedback", attributes.InteractionFeedbackAttr); poi.Add(id, feedback); }
private void HandleAttributes(PoIAttributes attributes, XElement poi) { var id = new XAttribute("id", attributes.IdAttr); var feedback = new XAttribute("interactionfeedback", attributes.InteractionFeedbackAttr); poi.Add(id,feedback); }